forked from docker/labs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Docker Tutorials and Labs | ||
|
||
This repo contains [Docker](https://docker.com) tutorials and links to tutorials on other sites. | ||
This repo contains [Docker](https://docker.com) tutorials and links to tutorials on other sites. The tutorials are authored both by Docker, and by members of the community. It's a growing repo which we intend to continue to grow, with help from the community. | ||
|
||
For tutorials on other sites, check out [Docker Tutorials from the Community](community-tutorials.md). | ||
|
||
Currently we have two Docker [Microsoft and ASP.NET tutorials](windows/readme.md) and one Docker [Java tutorial](java/readme.adoc) | ||
|
||
We also encourage you to submit your own own tutorials by adding pull requests to this repo. If your pull requests are accepted, they will be under the same [license](LICENSE), and may at Docker's discretion become part of our official documentation, for instance on [docs.docker.com](https://docs.docker.com). | ||
Index: | ||
* Docker for [ASP.NET and Windows containers](windows/readme.md) | ||
* [Docker for Java Developers](java/readme.adoc) | ||
* [Docker Tutorials from the Community](community-tutorials.md) | ||
* [Guide to submitting your own tutorial](contriubtions.md) |