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
  • About this workshop
  • Agenda
  • Pre-requirements
  • Compatibility
  • Technology Used
  • Credits

Was this helpful?

  1. Technology Foundations

Lab: Docker101

Series of labs and instructions to introduce you to containers and Docker. Learn to run a container, inspect a container and understand the isolation of processes, create a Dockerfile, build an image from a Dockerfile and understand layers, tag and push images to a registry, scale and update containers, and more.

About this workshop

This series has an additional presentation.

Agenda

Pre-work

Run your first container

Add value with custom images

Scale and update containers

Pre-requirements

For this workshop you must have:

  • Docker CLI,

  • Docker Engine,

  • Docker Registry account,

Compatibility

This workshop has been tested on the following platforms:

  • Docker Desktop: v2.2.0.5

    • Engine: v19.03.8

    • Compose: v1.25.4

Technology Used

Credits

PreviousCloud Workshop + Cloud Shell Setup InstructionsNextPre-work

Last updated 4 years ago

Was this helpful?

,

,

.

Play with Docker
Docker CLI
Docker Hub
John Zaccone
Jason Kennedy
Steve Martinelli
Remko de Knikker
Lab0
Lab1
Lab2
Lab3