rsnt_translations
56,420
edits
No edit summary |
No edit summary |
||
Line 84: | Line 84: | ||
<!--T:140--> | <!--T:140--> | ||
|- | |- | ||
| <code>-C</code> || Isolates the running container from all filesystems as well as the parent PID, IPC, and environment. Using this option will require [[# | | <code>-C</code> || Isolates the running container from all filesystems as well as the parent PID, IPC, and environment. Using this option will require [[#Bind_mounts|using bind mounts]] if access to filesystems outside of the container is needed. | ||
|- | |- | ||
| <code>-c</code> || Isolates the running container from most filesystems only using a minimal <code>/dev</code>, an empty <code>/tmp</code> directory, and an empty <code>/home</code> directory. Using this option will require [[#Bind_Mounts|using bind mounts]] if access to filesystems outside of the container is needed. | | <code>-c</code> || Isolates the running container from most filesystems only using a minimal <code>/dev</code>, an empty <code>/tmp</code> directory, and an empty <code>/home</code> directory. Using this option will require [[#Bind_Mounts|using bind mounts]] if access to filesystems outside of the container is needed. |