Skip to content

mkerker/docker-workshop-copy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

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.

About

Docker Workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.6%
  • JavaScript 25.4%