Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wazery/docker-explore
learning about docker
https://github.com/wazery/docker-explore
Last synced: about 1 month ago
JSON representation
learning about docker
- Host: GitHub
- URL: https://github.com/wazery/docker-explore
- Owner: wazery
- Created: 2015-03-15T16:35:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2014-11-06T19:19:14.000Z (about 10 years ago)
- Last Synced: 2024-05-10T22:05:45.760Z (6 months ago)
- Language: Shell
- Size: 219 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning together about Docker
Benjamin Foote
[email protected]
October 2014## 01
- docker eco system
- docker pull
- docker run
- q&a
- next steps## 02
- docker info
- docker help
- docker build
- Dockerfile
- q&a
- next steps## 03
- docker networking
- docker registry
- our images
- q&a
- next steps## 04
- docker exec
- development workflows
- practicum
- q&a
- next steps## 05
- VOLUME and --volumes-from
- docker api access && docker inspect
- q&a
- next steps