Skip to content

TheMasterR/docker-with-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

docker-with-compose

Docker with compose minimal image.

docker pull themasterr/docker-with-compose:latest

Example usage

docker run --rm -it -v ~/:/root/ -v /var/run/docker.sock:/var/run/docker.sock  -p 80:80 -p 443:443 themasterr/docker-with-compose:latest ash
  • Will drop you in the container, and mount your docker socket && your home directory to container home dir
  • you can use --priviledged when running the container, for all cap's

About

Docker with compose minimal image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published