Skip to content

apilkarki/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

  • JavaScript 44.4%
  • Nginx 24.9%
  • Shell 17.6%
  • HTML 8.6%
  • CSS 4.5%