Skip to content

armdev/hello-docker

 
 

Repository files navigation

Hello Docker

An entry level docker tutorial 🐳 for anyone who wants to learn how to use docker effectively in their day-to-day dev work.

Docker Small

Getting Started

This docker tutorial attempts to drive you through the fundamentals and into some advanced topics like docker services and docker stacks and docker's swarm mode. Just in case, you can also grab the Docker Cheatsheet

So, let's get started in the orientation section. 👊

Pre Requisites

To start with the tutorial you'll need to have docker 17.06 or later installed in your machine. So go ahead and install the latest stable version here

You can check the version with the following command.

$ docker --version
Docker version 17.06.1-ce, build 874a737

The steps provided here are going to asume that you install docker on your localhost but using play-with-docker is a valid and probably recommended alternative.

Contributing

This is a continuous work in progress; so feel free to propose changes and spread the word or just just contact us at bitlogic

License

Creative Commons Licence


This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

This license allows you to:

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix, transform, and build upon the material

For any purpose, even commercially. The licensor cannot revoke these freedoms as long as you follow the license terms.

About

Docker 101 workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 87.6%
  • Python 12.4%