man(1) | subuser man page | man(1) |
subuser - install, administer, and run desktop applications with Docker.
subuser [SUBCOMMAND] [SUBCOMMAND ARGS]
subuser allows you to install and administer desktop applications contained using Docker. This is useful if you need to provide portability across Linux distributions or hightened security. The applications have limited access to the main system and user files. Access is granted solely through a whitelisting permissions file.
Pass the --help option to any subcommand in order to find its options. The following subcommands are available:
To create a subuser named web-browsing based on the iceweasel image
$ subuser subuser add web-browsing iceweasel@default
To run that subuser
$ subuser run web-browsing
To create a second subuser, also based on the iceweasel image, but this time reserved for internet banking
$ subuser subuser add internet-banking iceweasel@default
To run that subuser
$ subuser run internet-banking
To add a subuser to the PATH
$ subuser subuser add-to-path internet-banking
To update your subuser images
$ subuser update all
All updates are atomic, and you can continue to use your subusers while the update command is running. If you find that an older version of a subuser's image was better, you can always roll back the update for that subuser
$ subuser registry log $ subuser lock-subuser-to internet-banking <commit-hash-from-log>
Timothy Hobbs (timothy.hobbs.cz)
28 March 2016 | 0.5.6 |