Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eficode-academy/docker-katas

Exercises for Docker training
https://github.com/eficode-academy/docker-katas

Last synced: about 1 month ago
JSON representation

Exercises for Docker training

Awesome Lists containing this project

README

        

# Docker katas

[![Open the exercises in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/eficode-academy/docker-katas.git)

This workshop will take you from "Hello Docker" to deploying a containerized web application to a server.

It's going to be a lot of fun!

## Prerequisites

You need to have access to a machine with docker installed.
There are many ways of getting that:
* Click the link above to get a Cloud shell from Google (require login)
* Docker installed on a linux box.
* Docker desktop installed on a Mac or Windows machine.

## Philosophy

There are a few things you should know about this tutorial before we begin.

This tutorial is designed to be **self-paced** to make the most of your time.

The exercises won't always tell you exactly what you need to do.

Instead, it will point you to the right resources (like documentation and blog posts) to find the answer.

Ready to begin?
---------------

Head over to [the first lab](labs/00-getting-started.md) to begin.

## Cheat sheet

For a quick reference of the most common docker commands, see [CHEATSHEET.md](CHEATSHEET.md).