- ...
- base images
- SDK
- ...
- ...
- tools
- premade packages
simpleswitch-helper run#
$ simpleswitch-helper run --help
usage: simpleswitch-helper run [-h] simpleswitch_app ...
positional arguments:
simpleswitch_app Container's name as written in the manifest. The app's name is also written in `runc list`'s output
command The command to be run.
options:
-h, --help show this help message and exit
can be used to run a command from within a SimpleSwitch™ package.
Note
The container needs to be running already. See simpleswitch-helper start/stop for more details.
E.g.
$ simpleswitch-helper run simpleswitch-dhcp-helper ls /
apps
bin
boot
config.json
dev
etc
home
lib
media
mnt
proc
run
sbin
simpleswitch-startup.sh
simpleswitch-startup.sh.template
srv
sys
tmp
usr
var
shows the filesystem root as seen by applications inside of simpleswitch-dhcp-helper
package.