An open API service indexing awesome lists of open source software.

https://github.com/ksafranski/docker-tutorial

:whale: Getting Started with Docker
https://github.com/ksafranski/docker-tutorial

containers docker tutorial

Last synced: 9 months ago
JSON representation

:whale: Getting Started with Docker

Awesome Lists containing this project

README

          

# Docker Tutorial

This repository is a step-by-step tutorial on some of the core points for understanding [Docker](https://docker.com).

## Goal of this Tutorial

The goal of this tutorial is to present an introduction into using Docker (and related tools) to allow those with little, or no, experience to start using Docker.

## Contents

0. [Introduction](/0.Introduction)
1. [The Docker CLI](/1.Docker-CLI)
2. [Running Containers](/2.Running-Containers)
3. [Working With Dockerfiles](/3.Dockerfiles)
4. [Hosting Docker Images](/4.Hosting)
5. [Docker Utilities and Tools](/5.Utils)

## Playground

Obviously, having Docker installed locally is good, but there's an alternative that allows for playing with Docker via a web browser:

**[Play-With-Docker](http://labs.play-with-docker.com/)**

---

**[Next: 0. Introduction >>](/0.Introduction)**