Open1
Docker tutorial
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.
- Create
- Docker Container: Instance from Docker Image