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/zshandcartagodocker/nodebunimages.
docker build -t angular-image -f ./Dockerfile ./docker run --rm -it --name angular-container angular-imagedocker run --rm -it --name angular-container --user 1000:1000 angular-imageWith 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:latestLook the cartagodocker/zsh image documentation in the next link:
Look the cartagodocker/nodebun image documentation in the next link: