Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kensipe/docker-workshop
docker + mesos workshop initially created for jfokus 2015 Stockholm FTW
https://github.com/kensipe/docker-workshop
Last synced: 23 days ago
JSON representation
docker + mesos workshop initially created for jfokus 2015 Stockholm FTW
- Host: GitHub
- URL: https://github.com/kensipe/docker-workshop
- Owner: kensipe
- Created: 2015-02-02T11:29:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T11:42:20.000Z (about 8 years ago)
- Last Synced: 2023-04-12T05:51:02.180Z (over 1 year ago)
- Language: HTML
- Size: 1.58 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-workshop
docker + dc/os workshop initially created for JavaZone 2016 Oslo
## Getting Started
You will need to install:
* Docker (for your [platform](https://docs.docker.com/installation/))
* Setup a DC/OS cluster:
* [https://dcos.io/](https://dcos.io/)
* [dcos-vagrant](https://github.com/dcos/dcos-vagrant)
* [Mini-Mesos](https://minimesos.org/)For these provided labs, Apache Mesos + Marathon is all that is needed for the cluster.
## Labs
[Lab 1: Intro to Docker](lab1.md)
[Lab 2: Docker Builds and Ports](lab2.md)
[Lab 3: DC/OS Cluster](lab3.md)
[Lab 4: Docker Compose](lab4.md)