Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csabapalfi/why-docker
🐳 Markdown slides about why docker is cool
https://github.com/csabapalfi/why-docker
docker slides
Last synced: 24 days ago
JSON representation
🐳 Markdown slides about why docker is cool
- Host: GitHub
- URL: https://github.com/csabapalfi/why-docker
- Owner: csabapalfi
- Created: 2015-05-14T04:27:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-14T04:32:44.000Z (over 9 years ago)
- Last Synced: 2023-03-12T08:18:41.693Z (over 1 year ago)
- Topics: docker, slides
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# why should you care about docker?
---
## lots of smaller services
* bigger operational overhead
* trickier to run locally---
# what problems?
(and potential solutions without docker)---
## it works on my machine
* you can just get a developer VM
* needs beefy dev machines
* slow startup and big VM images---
## configuration managament
* Puppet/Chef/etc has to ensure state is correct
* every single time!---
## packaging
* just build a deb/rpm package - fpm
* you know what f stands for, right?---
# docker
---
## docker vs VMs
* just do an [image search](https://www.google.co.uk/search?q=docker+vs+vms&tbm=isch)
* lightweight, less overhead---
## docker images
* union filesystem and caching
* immutable (shareable!) layers
* base images FTW---
## docker registry
* docker images to deploy code instead of packages