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.
updating the README.md to have real content and the individual direct…
…ory landing pages.
- Loading branch information
Showing
4 changed files
with
71 additions
and
58 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 +1,9 @@ | ||
#labs | ||
# Docker Tutorials and Labs | ||
|
||
This repo contains [Docker](https://docker.com) tutorials and links to tutorials on other sites. | ||
|
||
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/windows.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 [https://docs.docker.com]. |
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
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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Windows and .NET Tutorials | ||
|
||
We have two Windows and .NET tutorials | ||
|
||
* [Run .NET Core in a Linux Container](dotnet-core/index.md) | ||
* [Running a Heterogeneous Azure-hosted Swarm Cluster](dotnet-linux-het/swarm.md) |