Angular7 with docker | creating Dockefile

preview_player
Показать описание
#dockercompose
In this episode, I have started an Angular7 Docker series tutorial. This weeks video "angular with Docker", in which I have demonstrated how you can use Dockerfile to write your steps to pull a specific version of node, build your angular app, copy required files and at last install Nginx and serve your angular app.
Рекомендации по теме
Комментарии
Автор

fantastic video!!! it helped me a lot to understand docker. please keep them coming...

johnhatami
Автор

Very good explanation with perfect example. :)

jatinpoddar
Автор

Nice and simple tutorial.
btw I really enjoyed the way you paused when your commands threw error and you corrected it, was really funny.

zaheer-alam
Автор

Hello. Thanks for the video.
What's best practice for using docker and CI? I mean should we install dependencies, compile project in CI and after that wrap dist in docker container or we should do build steps in docker?

СергейРябов-юн
Автор

Hi can we run image on aks pod with target port 8080 for security context
Can you please make video for angular deployment on aks pod

prathmeshsawant
Автор

Hi, First thanks for such great tutorial
can u help me on ng build --base-href /app/
once i'm tried but my angular routing not work

VijayPatil-cdoz
Автор

Where i can see my created images ?And can i change the path to store it

poonammahajan
Автор

When you say copying from build-step what does the build step means?

playbookapp
Автор

what shoud I do if I want to update my code and see updates? any way to make it automatically? thx

frazko
Автор

can you please help in creating this container using non root user.I am following your video and able to create docker image.But now we have to create docker containers using non root users.Thats the guidance from docker.So please help in creating that.

tushar
Автор

For me it is running nginx

Welcome to nginx!

I tried in different browsers also with clear chache but no luck... :(
I also check files inside container " /user/share/html" all expected angular dist files are there.
No idea what is wrong, did anyone got resolved this ??

anonyuser
Автор

‘touch Dockerfile’ this command gives an error? Any ideas?

chamzrush
Автор

I have also tried the same thing but when i hit localhost:4200 as i have mapped that port, I am getting Welcome to NGINX! page. Someone please help me with this?

pankajupadhyay
Автор

how come you're not installing an os in the docker image? I see that you've install node and nginx (webserver) but no os..

amnesia
Автор

Where can I find the app (workdir) by using exec sh ?

abhijithsugunan
Автор

Line by Line explaination is required for beginners, which I felt is missing

rkrhythms