Sign inSign up

cartagodocker/angular

By cartagodocker

Updated over 1 year ago

Image
Languages & frameworks
Developer tools
Content management system
0

280

cartagodocker/angular repository overview

DockerAngular

Repository

https://github.com/CartagoGit/DockerAngular

https://hub.docker.com/repository/docker/cartagodocker/angular

Description

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 and cartagodocker/nodebun images.


Usage

Create Image

docker build -t angular-image -f ./Dockerfile ./

Create debug-container

docker run --rm -it --name angular-container angular-image

Create debug-container for user 1000:1000

docker run --rm -it --name angular-container --user 1000:1000 angular-image

Upload docker image to dockerhub

With github actions in repository it will be update automaticatlly in DockerHub with the tag of branches.

To use in other docker images

Just add the next line in the Dockerfile to base the other image on this one.

FROM cartagodocker/angular:latest

For specific inner scripts:

Look the cartagodocker/zsh image documentation in the next link:

cartagodocker/zsh

Look the cartagodocker/nodebun image documentation in the next link:

cartagodocker/nodebun

Tag summary

Content type

Image

Digest

sha256:81bfbbe12

Size

177.9 MB

Last updated

over 1 year ago

docker pull cartagodocker/angular