Docker Notes

From Extremely Corporate Wiki
Jump to navigation Jump to search


Disjoint notes about Docker

Attach/Detach

  • docker attach <identifier> : attach
  • CTRL-p + CTRL-q : detach

Misc

  • docker ps -f "name=<name>" : get id of container with name
  • docker ps -q --no-trunc : print full IDs