diff --git a/sources/tech/20161229 How Setup Go in Docker and Deploy an Application.md b/sources/tech/20161229 How Setup Go in Docker and Deploy an Application.md index 7c061a4c0f..0ec80ccfd2 100644 --- a/sources/tech/20161229 How Setup Go in Docker and Deploy an Application.md +++ b/sources/tech/20161229 How Setup Go in Docker and Deploy an Application.md @@ -1,3 +1,5 @@ +translating---geekpi + Hi, in this tutorial we are going to learn how to deploy a golang web application with a docker. You may be already aware of the fact that docker is entirely written in golang due to its high performance and reliability. Before we dive in details, make sure that you have already installed docker and golang and basic understanding of both of them. ### About docker