Docker For Golang - How To Containerize A Golang Project #dockergoimage #dockergolang #golangdocker

preview_player
Показать описание
Docker For Golang - How To Containerize A Golang Project

Use golang with docker.

In this video, we will learn how to containerize a golang project with docker. We will use a golang image and create a container for our project.

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
0:00 - intro
0:45 - demo
1:46 - project briefing
8:30 - back to drawboard

#golangdocker #dockerimagego #dockergolang #golangdockercontainer
Рекомендации по теме
Комментарии
Автор

1:16 For somebody who is beginner who is beginning with dockerising go lang projects ! Dude u are definitely talking about me

yogeshdharya
Автор

Hello, please provide me link for dockerize the appilication with mongodb

madhavnelluri
Автор

Hello Akhil.. thank you for this video. I created my first docker go app using this. Only one suggestion. The background music is a bit louder than your voice. If possible, please remove it. Thank you.

ragsbigfella
Автор

Thanks for the video! One question is in that Dockerfile, what is the difference between "RUN" and "CMD"?

forvm
Автор

Did you end up creating the more advanced videos you mentioned at the beginning. Not finding them on your channel

LEGnewTube
Автор

Amazing video! Still working my way through this playlist, and it seems like you're giving us the perfect toolkit to become a full Go developer.

gogopher
Автор

Hello, why you used EscapeString method here, can we not do without it?

WrestlingBattle
Автор

great explanation. one thing for later go versions looks like you need to do “RUN go mod init demo” before the “RUN go build”.

outsidesounds
Автор

Can anyone share the link of the advanced docker with golang project he's talking about

arpitsingh
Автор

Hi, Akhil
Can you make more video related to dockerize golang application

sarthaksinha
Автор

hey buddy
first of all thank you, I like your tutorial please share more about go web services and some stuff about massage buss ...
second is you use calm music in your background and its so amazing keep doing it's so cool!

kave_
Автор

Thanks bro, great video. What does that -O mean, and why dont we have to run command go.run main.go but only go build -o in Dockerfile? thanks for clarification

TalithaCumi
Автор

isn't golang the best for containerization?

crispryergo
Автор

Please don't use background music, thanks👍

shubhambhardwaj
Автор

Hi Akhil, when i run "docker run -p 8080:8081 -it docker-test" command, i get error 'no reachable servers'. why do you think it is not sending data to localhost

busra
Автор

Hi Akhil, Was able to create executable file after running the docker build command. Checked under 'docker image ls' and it came successful. Ran 'docker run -p 8080:8081 -it docker-test' and there was no error. However opening in localhost:8080 showed error "problem loading file..." Where did I go wrong?

mikees