280
https://github.com/CartagoGit/DockerAngular
https://hub.docker.com/repository/docker/cartagodocker/angular
Image for charging in other docker images to get zsh as shell default for root or for other existing or new users in the containers.
This dockerfile use Ubuntu 24.04 This image has curl, wget, ssh and git installed. This image inherit from
cartagodocker/zsh andcartagodocker/nodebun images.
docker build -t angular-image -f ./Dockerfile ./
docker run --rm -it --name angular-container angular-image
docker run --rm -it --name angular-container --user 1000:1000 angular-image
With github actions in repository it will be update automaticatlly in DockerHub with the tag of branches.
Just add the next line in the Dockerfile to base the other image on this one.
FROM cartagodocker/angular:latest
Look the cartagodocker/zsh image documentation in the next link:
Look the cartagodocker/nodebun image documentation in the next link:
Content type
Image
Digest
sha256:81bfbbe12…
Size
177.9 MB
Last updated
over 1 year ago
docker pull cartagodocker/angular