Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npalm/docker-introduction-dl
Docker Introduction
https://github.com/npalm/docker-introduction-dl
Last synced: 25 days ago
JSON representation
Docker Introduction
- Host: GitHub
- URL: https://github.com/npalm/docker-introduction-dl
- Owner: npalm
- License: mit
- Created: 2016-02-15T15:54:47.000Z (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-02-22T21:27:46.000Z (over 8 years ago)
- Last Synced: 2024-10-12T22:06:30.110Z (about 1 month ago)
- Language: CSS
- Size: 7.65 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to docker
The slide deck contains a basic introduction for Docker. The labs are designed for a default Docker and Docker Compose installation using a standard linux shell. The concepts will works for the Docker Toolbox on Windows and Mac as weel but keep in mind you need to replace ip adresses.## Start the slides
- You can see the slides via GitHub static pages [here](http://npalm.github.io/docker-introduction-lb).
- You can also run the slides locally in a container.
```
docker run -d -p 80:80 --name slides \
-v ${PWD}:/usr/share/nginx/html nginx
```
- Open a browser [slides](http://localhost/)## slides
For the slides we use the [RealJS](https://github.com/hakimel/reveal.js/) framework.
- See index.html for the slide show composition
- See markdown/* for the slide sources.