Skip to content

FloGerber/DockerImages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerImages

Docker Images for all kind of stuff

Remove old images without tag

docker rmi $(docker images -a | grep "^<none>" | awk '{print $3}')

Run an image for local development and testing with your current Project directory mounted

docker run --rm -v ./:. -ti <image_name:tag>

Build image without Caching and pull base new

docker build --no-cache --pull -f CloudMaturity.arm.Dockerfile -t cloudmaturity:latest .

About

Docker Images for all kind of stuff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors