Docker Isolation

From Open Source Ecology
Revision as of 22:59, 8 March 2026 by Marcin (talk | contribs) (Created page with "Docker has its own filesystem namespace, process namespace, network namespace, and its own apps. You cannot see filesystem of host inside a container. You can mount host filesystem, and can don't read only as well. To mount, Run -v hostfilesys : dockerfilesys")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Docker has its own filesystem namespace, process namespace, network namespace, and its own apps.

You cannot see filesystem of host inside a container. You can mount host filesystem, and can don't read only as well.

To mount,

Run -v hostfilesys : dockerfilesys