Skip to content

harbur/docker-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

818de51 · Mar 1, 2017

History

96 Commits
Mar 1, 2017
Mar 1, 2017
Apr 19, 2016
Jun 3, 2016

Repository files navigation

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.