diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:46:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:46:11 +0000 |
commit | 93f0376c14b28cfc96059c151fadc83bc8890b86 (patch) | |
tree | e891c2757f76743998e56d6f6903a9c22d7cebee /share/doc/HOST-SETUP.txt | |
parent | Adding note about help for individual commands in container-shell program. (diff) | |
download | compute-tools-93f0376c14b28cfc96059c151fadc83bc8890b86.tar.xz compute-tools-93f0376c14b28cfc96059c151fadc83bc8890b86.zip |
Using sudo in container-shell.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/doc/HOST-SETUP.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/share/doc/HOST-SETUP.txt b/share/doc/HOST-SETUP.txt index f3d813a..4b18b20 100644 --- a/share/doc/HOST-SETUP.txt +++ b/share/doc/HOST-SETUP.txt @@ -167,3 +167,16 @@ iface br100 inet static bridge_maxwait 0 bridge_stp 0 EOF + + +4. Enabling container-shell +--------------------------- + +Managing containers requires root privileges. In order to allow unprivileged +users to manage containers without granting them privileges or accounts, +the container-shell can be used together with sudo and a container user. + + sudo adduser --gecos "container-tools,,," \ + --home /var/lib/machines/container-tools \ + --shell /usr/bin/container-shell \ + --no-create-home container |