https://github.com/ipspace/docker-examples
Docker examples
https://github.com/ipspace/docker-examples
Last synced: about 1 year ago
JSON representation
Docker examples
- Host: GitHub
- URL: https://github.com/ipspace/docker-examples
- Owner: ipspace
- Created: 2017-09-05T10:17:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T14:38:36.000Z (over 5 years ago)
- Last Synced: 2025-05-08T00:42:23.114Z (about 1 year ago)
- Language: Dockerfile
- Size: 50.8 KB
- Stars: 7
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains lab environment and demo scripts for the 2020 versions of [Introduction to Docker](https://www.ipspace.net/Introduction_to_Docker) and [Docker Networking Fundamentals](https://www.ipspace.net/Docker_Networking_Fundamentals) webinars. Both webinars are included in [ipSpace.net subscription](https://www.ipspace.net/Subscription/).
The lab environment runs on two (or more) Ubuntu VMs running under Vagrant. The Vagrant setup file and the installation Ansible playbook are included in the root directory.
For more details read:
* [Lab setup](labs/00-setup.md)
* [Docker Introduction](labs/10-intro.md)
* [Docker CLI basics](labs/31-cli-basics.md)
* [Docker namespaces](labs/32-namespaces.md)
* [Docker Compose](labs/33-compose.md)