Docker Book

From Rixort Wiki
Revision as of 11:03, 3 September 2020 by Paul (talk | contribs) (Created page with "Notes for upcoming book on Docker == Installing Docker == * Point to instructions on Docker website, no point in duplicating these * Make sure you are running the latest ver...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Notes for upcoming book on Docker

Installing Docker

  • Point to instructions on Docker website, no point in duplicating these
  • Make sure you are running the latest version

Hello World

  • docker run --rm hello-world
  • Include example output for checking
  • Explain use of --rm flag - without this we end up with lots of stopped but not removed images