console.jay()

Home

❯

docker

❯

Docker MOC

Docker MOC

Mar 30, 20251 min read

  • docker

Basic

  • Docker
  • Install Docker on Windows WSL 2

Container

  • Docker Container
  • Docker Container Lifecycle
  • CLI Commands
    • docker run, create, start
    • docker stop, kill
    • docker ps
    • docker logs
    • docker exec
    • Docker -it flags
    • docker container prune

Image and Dockerfile

  • Docker Image
  • Alpine
  • Docker build process
  • CLI Commands
    • docker build
    • docker commit
  • Dockerfile
    • COPY in Dockerfile
    • WORKDIR in Dockerfile
    • Multi-Step Builds in Dockerfile

Docker Compose

  • Docker Compose
  • Docker Compose Commands
  • Restart in Docker Compose
  • Environment in Docker Compose

Volumes

  • Docker Volumes

Graph View

  • Basic
  • Container
  • Image and Dockerfile
  • Docker Compose
  • Volumes

Backlinks

  • index

Created with Quartz v4.5.0 © 2025

  • GitHub