Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexellis/HandsOnDocker
Get hands-on with Docker through a dozen self-paced and progressive labs.
https://github.com/alexellis/HandsOnDocker
Last synced: 3 months ago
JSON representation
Get hands-on with Docker through a dozen self-paced and progressive labs.
- Host: GitHub
- URL: https://github.com/alexellis/HandsOnDocker
- Owner: alexellis
- License: gpl-3.0
- Archived: true
- Created: 2016-04-10T19:42:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T22:41:04.000Z (over 7 years ago)
- Last Synced: 2024-05-28T11:12:29.096Z (6 months ago)
- Language: C#
- Size: 91.8 KB
- Stars: 432
- Watchers: 27
- Forks: 79
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hands-On Docker
Get hands-on with Docker through a dozen self-paced and progressive labs.### [Start the labs now!](/Labs.md)
> Please support the project by giving the repo **a Star**.
#### Prerequisites:
**[New]** Install a beta version of Docker on Windows or Mac for a native look and feel.- [Install Docker beta for Windows/Mac](https://docs.docker.com)
Install Docker Toolbox for the classic experience
- [Install Docker Toolbox (Windows/Mac)](https://docs.docker.com/engine/installation/#on-osx-and-windows)
- [Install Docker package (Linux)](https://docs.docker.com/engine/installation/)Git is also required for following the instructions on Windows.
- [Git for Windows](https://git-scm.com/downloads)
#### What's here?
- [/Labs.md](/Labs.md) a dozen self-paced labs
- [/Dockerfiles/](/Dockerfiles) samples used for the labs#### Additional resources:
* **[Build a Raspberry PI Cluster with Docker Swarm](http://blog.alexellis.io/linux-user-developer-magazine/)**
* [Running an ASP.NET MVC application on Mono](http://www.mono-project.com/docs/web/aspnet/)
* [Getting started with .NET Core on Docker](http://dotnet.github.io/getting-started/)
* [Docker Compose](https://docs.docker.com/compose/overview/) seamless linking of multiple containers.
* [Docker Swarm](https://docs.docker.com/swarm/overview/) documentation - native clustering of Docker hosts.#### Comments, questions or suggestions?
Please raise an issue or get in touch @ [alexellisuk](https://twitter.com/alexellisuk).
#### Contributions:
Please create an issue before going ahead and working on a PR.