Create Angular App and Deploy it to Docker Hub

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Great and straight forward tutorial! It save my day. Thank you.

thanhphuongle
Автор

Thank you; its a nice video. But I have a question. If I want to build using Jenkins and having multiple environment based property files (or .ts files); how does that fits here? If I do "npm run build --prod"; I can not deploy this image to dev/qa environments.

mhv
Автор

Amazing video .... complete and concise

Salman-xzkm
Автор

I create angular app with sass. It occurs problem when creating docker image. Error: Node Sass does not yet support your current environment: Linux 64-bit with Unsupported runtime (79). which version of linux shall i used?

kaungsan
Автор

this is a great video, but do you know what to change if I am using SSR (server side angular)?

amasoumi
Автор

Thank you, How to build docker image to the ubuntu docker hub?

hightwayfromhell
Автор

Hi, I am not able to find the repo. can you add github repo link?

jimfulto
Автор

how do i create docker images for arm devices?

bikashshrestha
Автор

But when i accesd my port 80 it is only showing the nginx is working page and not directing to angular page

DineshKumar-gudi
Автор

I am working on angular app in my windows 10 machine .I have successfully install docker but command FROM node:latest is not working for me.Also switching to linux container is also not working.

tushar
Автор

Only home page url is working and rest of the internal URL going 404. Can anyone explain how i'll fix it? @Houssen

shivashahu
Автор

good videon. But i have on error to run it :
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"nginx\": executable file not found in $PATH": unknown

diassdiouf
Автор

SIr, how did the app start from docker without issuing ng --server or npm start? Could you please help me understand? Btw, thank you so much for all the time and effort you put in teaching us :)

JdevKamath
Автор

it only serves html, it doesn't render dynamic pages

kernandezbuhub
Автор

thank you so much sir., it was really helpful

mcxgqve
Автор

Mr, can you do it video how to create interactive indoor map please ❤️

rehamalhadi
Автор

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
Автор

In Dockerfile, the build script will not actually build with production configs


Solution found online:
"You need to use —- to pass arguments to npm scripts.
npm run build —- —-prod
"

davidn
Автор

Hi Mate I am one of your subscriber could you please explain to me how to containerize a GUI based application or WPF application.
Thanks

abhisheksing
Автор

Sir My angular 6 project is working fine.But once I redirecting to another page from the main page and reloading that particular page its showing 404 not found..nginx/1.15.6.. If you give any idea would be very helpful.

pampadas