VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Deploy 12 apps to AWS, Azure, & Google Cloud

Deploy 12 apps to AWS, Azure, & Google Cloud

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn how to deploy 12 different apps to 3 different cloud services. Geek: He is wrongly referring to image as container while running docker build. -docker build -t app- command creates an -image- named -app- not -container-. Container is created from the image only when you run command -docker run-. Image is like a blueprint and container a running instance of the image. Nonetheless great video!
Date: 2022-03-14

Comments and reviews: 8


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

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

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

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

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

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

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

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