-
Notifications
You must be signed in to change notification settings - Fork 2
Docker: Containerised few Golang applications #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also, please sign off on your commit message.
@@ -0,0 +1,2 @@ | |||
.DS_Store |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not intended. right?
8000 }) | ||
|
||
log.Fatal(http.ListenAndServe(":8081", nil)) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep empty line in eof
}) | ||
|
||
log.Fatal(http.ListenAndServe(":8081", nil)) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
Signed-off-by: riya-singhal31 <riyasinghalji@gmail.com>
Signed-off-by: riya-singhal31 <riyasinghalji@gmail.com>
Signed-off-by: riya-singhal31 <riyasinghalji@gmail.com>
Signed-off-by: riya-singhal31 <riyasinghalji@gmail.com>
Signed-off-by: riya-singhal31 <riyasinghalji@gmail.com>
Deleted the files in main branch Signed-off-by: riya-singhal31 <riyasinghalji@gmail.com>
Signed-off-by: riya-singhal31 <riyasinghalji@gmail.com>
This is my commit message, I have containerized 2 docker applications using Golang. 1st one is normal project using API calls. In 2nd one I have used multistaging to reduce the size of image. Signed-off-by: riya-singhal31 <riyasinghalji@gmail.com>
e3b1efa
to
94ffedd
Compare
Containerised 2 golang applications. First one is simple golang project that has 2 API calls. In the second one, I have used the concept of multistaging to reduce the size of image.