E1101 / docker

Repo for my Docker trusted images

Home Page:https://hub.docker.com/u/russmckendrick/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://hub.docker.com/u/russmckendrick/


Languages

Language:Dockerfile 39.7%Language:JavaScript 35.6%Language:Shell 14.2%Language:HTML 6.9%Language:CSS 3.7%