This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome.
Перейти к файлу
Chris Dituri 9c611b06cb README.md: fix broken HTTP Routing Mesh link
Spaces in the filename caused markdown not to render link properly, works fine when urlencoded--as this PR proposes.

An alternative fix would be to rename ``labs\networking/A4-HTTP Routing Mesh.md``, substituting the <spaces> for hyphens--this would bring the file into alignment with all others in the directory.
2017-05-10 19:20:32 -05:00
.github Create ISSUE_TEMPLATE 2017-01-27 12:23:58 -08:00
12factor Fix typo on 08_concurrency.md 2017-04-20 16:49:36 +10:00
Docker-Orchestration Fix broken link. 2016-10-28 09:54:45 -05:00
beginner Fix typo 2017-05-04 22:47:49 +05:30
developer-tools Fix formatting 2017-05-08 16:49:26 +03:00
dockercon-us-2016 renamed dockercon folder to add the year 2017-01-23 18:11:29 -08:00
networking README.md: fix broken HTTP Routing Mesh link 2017-05-10 19:20:32 -05:00
registry Delete .DS_Store 2017-05-09 15:51:11 -07:00
security Changed the order of the cleanup - it is impossible to remove secrets while being used by services 2017-04-30 10:02:17 +03:00
slides final version of #DockerCon slides 2017-05-04 14:36:11 -07:00
swarm-mode removing cloud quickstart. To be replaced later with Docker for AWS and Docker for Azure labs 2017-05-01 12:50:44 -07:00
windows removing dotnet bot 2017-05-01 12:46:30 -07:00
.gitignore Added chapter about Big Data processing with Hadoop and Docker 2017-03-18 21:19:02 -03:00
.gitmodules removing java-debuggin submodule 2016-08-26 09:45:03 -05:00
LICENSE adding basic labs files 2016-04-21 13:14:27 -07:00
README.md Fixed Broken links at labs/README.md. Fixes #200. 2017-03-21 12:06:32 +00:00
contribute.md extra article 'a' removed 2016-11-26 06:05:38 +00:00

README.md

Docker Tutorials and Labs

This repo contains Docker labs and tutorials authored both by Docker, and by members of the community. We welcome contributions and want to grow the repo.

Docker tutorials:

Community tutorials

For more information on Docker, see the Official Docker documentation.

Contributing

We want to see this repo grow, so if you have a tutorial to submit, or contributions to existing tutorials, please see this guide:

Guide to submitting your own tutorial