Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.56 KB

File metadata and controls

56 lines (39 loc) · 1.56 KB
layout keywords comments title description author micro_nav page_nav
default
false
Lab - Docker
Let's get started with Docker! Why containerization and why it's so powerful.
title title_url external_url description
About Author
#
true
Facundo is a Cloud Solutions Architect at New Signature. He enjoys helping clients with architecture, containers/orchestration, and stream lining development processes.
true
prev next
content url
Home
/
content url
Lab - Kubernetes
/lab-kubernetes

Overview

First, let's walk through the value of using Docker.

Pre-Requisites

You'll want to run a modern version a web browser. It's probably not going to work with Internet Explorer.

Mini-Lab 1 - Build a container

Go to KataCoda Lab 1

Stretch Goals

What's the process to update your application?

If you were to change index.html, what you have to do in order to redeploy your container so that your changes are in effect?

Can you update files on a running container?

If you wanted to update file on a running container, could you do it? Is it a good idea?

Mini-Lab 2 - More docker commands

Go to KataCoda Lab 2