Docker Mannheim Meetup #
Social Connections 14 #
Admincamp #
During Admincamp I did a workshop about Docker too. I used a Jupyter Notebook to show all commands. As promised I uploaded all used files and the workbook in Jupyter and html format to Gitlab.
- Gitlab with all files: https://gitlab.com/stoeps/ac2018-docker-handson
- Direct link to workbook: https://gitlab.com/stoeps/ac2018-docker-handson/blob/master/DockerHandsOn-Admincamp2018.ipynb if you open that directly at gitlab, it will render. Or you use the html copy of the document.
All files which are used in the workbook (Dockerfiles, Js, html) are all available in the repository. Please download as zip, or clone it with git.
To do all the practical stuff, you can download a live linux e.g. at https://ubuntu.com/Download and install Docker, or you install Docker native on your Windows, Mac or Linux Host. The installation procedure is documented on https://docs.docker.com.