Skip to content

Commit d2e488c

Browse files
Update content/guides/go-prometheus-monitoring/containerize.md
Co-authored-by: Craig Osterhout <[email protected]>
1 parent a70d828 commit d2e488c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/guides/go-prometheus-monitoring/containerize.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ linkTitle: Containerize your app
44
weight: 20
55
keywords: go, golang, containerize, initialize
66
description: Learn how to containerize a Golang application.
7-
- /guides/go-prometheus-monitoring/containerize/
87
---
98

109
Containerization helps us bundle the application and its dependencies into a single package called a container. This package can run on any platform without worrying about the environment. In this section, we will learn how to containerize a Golang application using Docker.

0 commit comments

Comments
 (0)