Skip to content

E1101/docker

 
 

Repository files navigation

Docker

A repo to house my trusted Docker builds, see my Docker Hub Profile for more information. Have a read of my blog posts on Docker for more information.

General Containers

  • Base - Base build for use with other Docker builds
  • NGINX Proxy - A reverse proxy container
  • AB - A container to run Apache Bench
  • Consul - Run a single or clustered Consul install
  • Jenkins - Run a Jenkins 2 container

Stacks

To run a stack you would run something like;

docker run -d -v /home/containers/database:/var/lib/mysql --name="db" russmckendrick/mariadb
docker run -d -v /home/containers/web:/var/www/html -e VIRTUAL_HOST=app.dev.mckendrick.io --link db:db --name="web" russmckendrick/nginx-php7

About

Repo for my Docker trusted images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 39.6%
  • JavaScript 35.6%
  • Shell 14.2%
  • HTML 6.9%
  • CSS 3.7%