Tri's external memory

Home

❯

06 - DevOps Security and Operations

❯

DevOps

❯

Docker

Docker

1 min read

What Why

Install

Install Docker Engine on Ubuntu | Docker Documentation

# test
sudo docker run hello-world
# add user to docker group
sudo usermod -aG docker $USER
newgrp docker

Basic Commands

Bind Mounts

Named Volumes

Dockerfile

Docker Name Conflict Investigation


Graph View

  • What Why
  • Install
  • Basic Commands
  • Bind Mounts
  • Named Volumes
  • Dockerfile
  • Docker Name Conflict Investigation

Backlinks

  • 06 - DevOps Security and Operations
  • Programmer toolbox
  • Tech Book

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community