Docker Isolation
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