cloudpakforapplications-appmod
1.0.0
1.0.0
  • Introduction
  • Setup
    • Cloud Workshop + Cloud Shell Setup Instructions
  • Technology Foundations
    • Lab: Docker101
      • Pre-work
      • Lab 1
      • Lab 2
      • Lab 3
    • Lab: Kubernetes 101
      • Lab 1 - Deploy Application
      • Lab 2 - Scale Application
      • Lab 3 - Multi-tier Application
    • Lab: Kubernetes and Operators
      • Excercise - 0a
      • Excercise - 0b
      • Excercise - 1
      • Excercise - 2
      • Excercise - 3
      • Excercise - 4
      • Excercise - 5
    • Lab: Helm 101
      • Setup Helm
      • Lab 1 - Deploy Application
      • Lab 2 - Update Application
      • Lab 3 - Revisions
      • Lab 4 - Helm Repositories
  • Microservices Development
    • Lab: Deploy Microservices on IKS
    • Lab: Istio 101
      • Setup Istio
      • Lab 1 - Installing Istio
      • Lab 2 - Deploying Guestbook Application
      • Lab 3 - Expose the Service Mesh with Istio Ingress Gateway
      • Lab 4 - Perform Traffic Management
  • Modern Development with OpenShift
    • Lab: Openshift S2I and Templates
    • Lab - S2I Open Liberty
  • CI/CD
    • Lab: CI/CD with Jenkins on OpenShift
    • Lab: Jenkins Pipelines with IKS
    • Lab: Tekton on OpenShift
  • Tools for Modernization
    • Lab - Explore Transformation Advisor
  • Resources
    • IBM Developer
Powered by GitBook
On this page
  • Overview
  • Prerequisites
  • Step 1: Install Docker
  • Optional: Use play-with-docker
  • Summary

Was this helpful?

  1. Technology Foundations
  2. Lab: Docker101

Pre-work

PreviousLab: Docker101NextLab 1

Last updated 4 years ago

Was this helpful?

Overview

In this lab, you will install docker. We will be using docker throughout the rest of the labs.

Prerequisites

None

Step 1: Install Docker

  1. Navigate to ,

  2. Select "Community Edition" or "Docker CE"

    Docker comes with two flavors of installations. The "paid" version is Docker Enterprise Edition (Docker EE), and the "free" version is Docker Community Edition (Docker CE). We will be using only free features provided by the Docker Community Edition for this course.

  3. Select the filters for your operating system or platform

On this page you will find the installation for your operating systems. For example, if you are using a Mac, select "MacOS", to find the installation for the Mac platform.

Optional: Use play-with-docker

If you don't want to install Docker, an alternative is to use . Play-With-Docker is a website where you can run terminals directly from your browser that have Docker installed. All of the labs for this course can be run on Play-With-Docker, though we recommend installing docker locally on your host, so that you can continue your docker journey when this course has completed. To use Play-With-Docker, navigate to in your browser.

Summary

By installing Docker, or alternatively, familiarizing yourself with , you are ready to complete the remaining labs in this course.

store.docker.com
Play-With-Docker
Play-With-Docker
Play with Docker