Skip to content

Commit ba3a9a9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords: go, golang, containerize, initialize
66
description: Learn how to containerize a Golang application.
77
---
88

9-
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.
9+
Containerization helps you 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, you will learn how to containerize a Golang application using Docker.
1010

1111
To containerize a Golang application, you first need to create a Dockerfile. The Dockerfile contains instructions to build and run the application in a container. Also, when creating a Dockerfile, you can follow different sets of best practices to optimize the image size and make it more secure.
1212

0 commit comments

Comments
 (0)