Create A Docker Container For Go (golang) Code In UNDER Ten Minutes [Getting Started)

preview_player
Показать описание
In this video, I show you not only how to USE GitHub Actions, but how to CREATE your own GitHub Action to use internally or even publish to the marketplace.

We will go over:
1. A Go web API
2. Creating a Docker file for Go
3. Creating the Docker image
4. Creating the container out of the Docker image and seeing it run

Let's jump right in!

#golang #development #100DaysOfCode
Рекомендации по теме
Комментарии
Автор

Thank you. I have never really worked with Go before, and this was a great introduction on how to capture it within a docker container.

deviafan
Автор

Michael, using golang:latest creates an image that consumes a lot of memory and hence not production friendly. Use golang:alpine which is very light.

VijayArora
Автор

Excellent Video !!! Thanks for your time and efforts . Great !!!

assistantdeanforacademicaf
Автор

Excellent to the point, Quite Helpful !!

bjugdbjk
Автор

Great video, very informative, thanks for the upload.
There is a large black bar at the top of the video which pushes the rest of the clip down off the bottom.

Spydaw
Автор

Thank you. I need to add an extra line in Docekr file to make it work: RUN go mod init <module>

williammok
Автор

how about cloning from private repository? how to set the credentials?

ridhwanfarishermawan
Автор

Thank you for the video but good portion of the screen is not visible in the bottom side

wilkns
Автор

Can we using golang container instead of install golang in our laptop?

braineedly
Автор

alive reload with a go container, for development? thanks!

programadorweb
Автор

Hey Michael would be interesting in consulting on a remote project in Tokyo?

r.in.shibuya
Автор

I want to watch you write dockerfiles and code XD

realcryptc
Автор

Can you tell me how to expose...apache kafka with go lang api....with endpoints..

kavyanshpandey
visit shbcf.ru