Skip to main content

Linux Distros for Running Container

Photon OS

Default account credentials:

  • username: root
  • password: changeme

Run Docker

# To run Docker from the command prompt
systemctl start docker

# To ensure Docker daemon service runs on every subsequent VM reboot
systemctl enable docker