You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,7 +26,7 @@ Right now I'm editing this file in ``vim``. ``vim`` is not installed on my comp
26
26
27
27
$ vim README.md
28
28
29
-
Subuser turns a docker container into a normal program. But this program is not fully privileged. It can only access the directory from which it was called, `not my entire home dir <https://xkcd.com/1200/>`_. Each subuser is assigned a specific set of permissions, just like in Android. You can see an example ``permissions.json`` file bellow.
29
+
Subuser turns a Docker container into a normal program. But this program is not fully privileged. It can only access the directory from which it was called, `not my entire home dir <https://xkcd.com/1200/>`_. Each subuser is assigned a specific set of permissions, just like in Android. You can see an example ``permissions.json`` file below.
30
30
31
31
::
32
32
@@ -54,7 +54,7 @@ System Requirements
54
54
55
55
* Git
56
56
57
-
* X11 and the xauth utility (You almost certainly have this)
57
+
* X11 - X.Org X server - and the xauth utility (You almost certainly have this)
58
58
59
59
* sudo (if you don't want to become a member of the docker group)
60
60
@@ -80,12 +80,14 @@ Install with pip3: Stable version
80
80
81
81
Find ``sudo`` and add your username to the end of the line.
82
82
83
-
2. Install subuser from pip3.
83
+
2. Install subuser from pip3. In a virtual environment if Python 3 is managed by Debian/Ubuntu distribution packaging.
84
84
85
85
$ sudo pip3 install subuser
86
86
87
87
3. Add ``~/.subuser/bin`` to your path by adding the line ``PATH=$HOME/.subuser/bin:$PATH`` to the end of your ``.bashrc`` file.
@@ -104,10 +106,12 @@ Install from git: Development version
104
106
105
107
3. Add ``subuser/logic`` and ``~/.subuser/bin`` to your path by adding the line ``PATH=$HOME/subuser/logic:$HOME/.subuser/bin:$PATH`` to the end of your ``.bashrc`` file.
0 commit comments