docker command¶
Manage Tethys-sponsored Docker containers. To learn more about Docker, see What is Docker?.
usage: tethys docker [-h] [-d]
[-c {postgis,geoserver,wps} [{postgis,geoserver,wps} ...]]
[-b]
{init,start,stop,status,update,remove,ip,restart}
Positional Arguments¶
- command
Possible choices: init, start, stop, status, update, remove, ip, restart
Docker command to run.
Named Arguments¶
- -d, --defaults
Run command without prompting without interactive input, using defaults instead.
Default: False
- -c, --containers
Possible choices: postgis, geoserver, wps
Execute the command only on the given container(s).
- -b, --boot2docker
Stop boot2docker on container stop. Only applicable to stop command.
Default: False