Skip to content

CartagoGit/DockerAngular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerAngular

Repository

https://github.com/CartagoGit/DockerAngular

DockerHub link

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published