
Deploy 12 apps to AWS, Azure, & Google Cloud
video description
Date: 2022-03-14
Related videos
Comments and reviews: 8
Mr
Pardon me if my question is obvious:
But it seems(at least for Go and React, I'm not experienced with the other languages) that he copies the source code from the host into a container and then builds that inside the container, is this how it's supposed to be done? I personally build react and Go apps on my local machine then copy the binary into the container but I'm a beginner so please advise
reply
Pardon me if my question is obvious:
But it seems(at least for Go and React, I'm not experienced with the other languages) that he copies the source code from the host into a container and then builds that inside the container, is this how it's supposed to be done? I personally build react and Go apps on my local machine then copy the binary into the container but I'm a beginner so please advise
reply
Pankaj
This is awesome video to quick understanding on deployment on cloud..
Create app
Create docker file
Add code to docker file
Create docker image
Login to any cloud platform
docker tag
docker push
create container
create instance
and ther you go...
App is up on cloud....
Thank you.
reply
This is awesome video to quick understanding on deployment on cloud..
Create app
Create docker file
Add code to docker file
Create docker image
Login to any cloud platform
docker tag
docker push
create container
create instance
and ther you go...
App is up on cloud....
Thank you.
reply
Harold
Wow! Nice video! Btw, the '-t' in docker is 'tag', it's not a name of the app. It's synonymous to the release version of the app. Or you can treat it as usual tag in git repos. And also why didn't you do a multi-stage build for golang app?
reply
Wow! Nice video! Btw, the '-t' in docker is 'tag', it's not a name of the app. It's synonymous to the release version of the app. Or you can treat it as usual tag in git repos. And also why didn't you do a multi-stage build for golang app?
reply
Pop
I have never used a cloud server. Linux at home or the typical commercial lamp hosting.
The process seems to be simpler than I thought.
Can anyone tell me what is the average monthly price on these platforms?
reply
I have never used a cloud server. Linux at home or the typical commercial lamp hosting.
The process seems to be simpler than I thought.
Can anyone tell me what is the average monthly price on these platforms?
reply
David
code is small and blurry. you're out of touch if you think we all have 100mbit non-shared connections and 4k monitors. I've seen many clearer videos at 360P. Are you arrogant or inconsiderate or both?
reply
code is small and blurry. you're out of touch if you think we all have 100mbit non-shared connections and 4k monitors. I've seen many clearer videos at 360P. Are you arrogant or inconsiderate or both?
reply
Premdas
Regarding NestJs, what if i had folder outside my Src folder which contains images uploaded to my application, how ill i add that to the docker container?
reply
Regarding NestJs, what if i had folder outside my Src folder which contains images uploaded to my application, how ill i add that to the docker container?
reply
Lai
I'm at the very first app -Dockerize a React app- but could not find the source code to get the nginx.conf content in the desc. Did I miss somewhere?
reply
I'm at the very first app -Dockerize a React app- but could not find the source code to get the nginx.conf content in the desc. Did I miss somewhere?
reply
wang
16:55 -IT'S A LONG CODE, BUT I WILL PROVIDE IT IN THE DESC.-, No, you did not. Probably I have to type this piece of code by hand. :(
reply
16:55 -IT'S A LONG CODE, BUT I WILL PROVIDE IT IN THE DESC.-, No, you did not. Probably I have to type this piece of code by hand. :(
reply
Add a review, comment
Other channel videos















