Open1

Docker tutorial

Takeru TomiiTakeru Tomii

Flow to begin

  • Env: Windows
  • Install Docker Desktop
    • Need WLS(compatible Linux layer in Windows)
    • May install in the option of Docker Desktop Installation
  • Docker Image: Template
    • Create Dockerfile to configure build
    • Convert the final result into Docker Image before deploy, including your own code.
  • Docker Container: Instance from Docker Image