harbur / docker-workshop

Docker Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

harbur.io Docker Workshop

The Workshop is separated in three sections:

Preparations:

  • Install Docker
  • Clone this repo: git clone https://github.com/harbur/docker-workshop (Some code examples require files located here)
  • Warm-up the images:
docker pull alpine:3.3
docker pull nginx:1.8-alpine
docker pull redis:alpine
docker pull mhart/alpine-node:latest

Assumptions:

  • During workshop the following ports are used: 80, 8088 and the range 4000-4010. If they are not available on your machine, adjust the CLI commands accordingly.

Chat

Members online on Docker Barcelona Slack

Join Docker Barcelona Slack!

Docker Cheat Sheet:

We've wrote a page with some useful docker commands: Harbur's docker-cheat-sheet.

Credits

This workshop was prepared by harbur.io, under MIT License. Feel free to fork and improve.

About

Docker Workshop

License:MIT License


Languages

Language:HTML 74.6%Language:JavaScript 25.4%