Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cnocon/learning-docker
Learning docker with apps in this repository.
https://github.com/cnocon/learning-docker
Last synced: 11 days ago
JSON representation
Learning docker with apps in this repository.
- Host: GitHub
- URL: https://github.com/cnocon/learning-docker
- Owner: cnocon
- Created: 2023-07-16T20:21:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-16T20:34:37.000Z (over 1 year ago)
- Last Synced: 2024-11-14T01:14:54.425Z (2 months ago)
- Language: C#
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Free source code for [Learn Docker book](https://leanpub.com/dock) demos and do-it-yourself
# Get the book
Buy the book here:
* print book on [Lulu](http://www.lulu.com/content/livre-%c3%a0-couverture-souple/learn-docker---net-core-java-nodejs-php-or-python/24506023)
* ebook on [Amazon](https://www.amazon.com/dp/B07M6N4X45), [Leanpub](https://leanpub.com/dock), [Barnes & Noble](https://www.barnesandnoble.com/w/learn-docker-net-core-java-nodejs-php-or-python-arnaud-weil/1130061232?ean=2940156317141), [iTunes](https://itunes.apple.com/us/book/id1448313146), [Kobo](https://www.kobo.com/fr/fr/ebook/learn-docker-net-core-java-node-js-php-or-python), [Scribd](https://fr.scribd.com/book/396697816), [24symbols](https://www.24symbols.com/book/x/x/x?id=3010789), [Playster](https://play.playster.com/books/10009781386010470).# Get the source code
Just `git clone` that repository. If that sounds obscure to you, click the "Downloads" link at the left of this window.
# Book TOC
1. Why Docker?
2. Get Docker up and running
3. Basic concepts
4. Use Docker images
5. Create Docker images
6. Publish Docker images
7. More about Running containers
8. Docker with common development profiles
9. Forget SDK installs
10. Example cases