jmfvarela / docker-training

Learning material: Docker samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Samples

Learning samples for docker usage.

Prerequisites

  1. Install docker.

  2. Get the host IP with docker-machine ip default.

    Used to be 192.168.99.100 but can change.

Hello world Sample

  • Go to cd hello-world.
  • Review the files.
  • Build with ./build.sh.
  • Run with ./up.sh.
  • Destroy with ./down.sh.

Some apps as Docker appliances

  • Dockerui
  • Consul
  • Registrator
  • Jenkins
  • Teammcity
  • Mongodb
  • Prometheus

Use the scripts up.sh and down.sh to start/stop them.

Microservice Sample

  • Docker file sample
  • Docker-compose sample

2016 - Pedro J. Molina | blog | github

About

Learning material: Docker samples

License:MIT License


Languages

Language:JavaScript 78.4%Language:HTML 18.4%Language:CSS 2.5%Language:Shell 0.7%