Skip to content

RobinsChens/docker-stacks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-stacks

Opinionated stacks of Dockerfiles for our work.

Quick Start

If you're familiar with Docker, have it configured, and know exactly what you'd like to run, this one-liner should work in most cases:

docker run -d -P publicisworldwide/<your desired stack>

pastebin

Clean up your local registry (only 'none)

docker rmi `docker images | grep '^<none>' | awk '{print $3}'`

About

Opinionated stacks of Dockerfiles for our work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ApacheConf 67.2%
  • Shell 17.1%
  • Python 15.7%