mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-12-16 23:20:13 +01:00
Add links to dev tools
This commit is contained in:
parent
b40b907fed
commit
3d279d2c17
1 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Docker Cheat Sheet
|
||||
|
||||
NOTE: This used to be a gist that continually expanded. It's now a github project because it's considerably easier for other people to edit, fix and expand on Docker using Github. Just click [README.md](https://github.com/wsargent/docker-cheat-sheet/blob/master/README.md), and then on the "writing pen" icon on the right to edit.
|
||||
NOTE: This used to be a gist that continually expanded. It's now a github project because it's considerably easier for other people to edit, fix and expand on Docker using Github. Just click [README.md](https://github.com/wsargent/docker-cheat-sheet/blob/master/README.md), and then on the "writing pen" icon on the right to edit.
|
||||
|
||||
* [Why](https://github.com/wsargent/docker-cheat-sheet#why)
|
||||
* [I just want a dev environment](https://github.com/wsargent/docker-cheat-sheet#tldr-i-just-want-a-dev-environment)
|
||||
|
|
@ -28,6 +28,12 @@ NOTE: This used to be a gist that continually expanded. It's now a github proje
|
|||
* [Building a Development Environment With Docker](http://tersesystems.com/2013/11/20/building-a-development-environment-with-docker/)
|
||||
* [Discourse in a Docker Container](http://samsaffron.com/archive/2013/11/07/discourse-in-a-docker-container)
|
||||
|
||||
You may also like to try the following tools (and add more details here after you try them):
|
||||
|
||||
* [Fig](http://www.fig.sh/)
|
||||
* [Panamax](http://panamax.io/)
|
||||
* [Vessel](http://awvessel.github.io/)
|
||||
|
||||
## Prequisites
|
||||
|
||||
Use [Homebrew](http://brew.sh/).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue