-
Notifications
You must be signed in to change notification settings - Fork 0
Plan
Fabrizio Lungo edited this page Jan 18, 2017
·
1 revision
-
sysdock unit add [service] <unit>Adds a symbolic link for the unit defined by/srv/docker/<service>/units/<unit>, automatically adding.serviceto the URL if not specified. Ifserviceis not specified, then a search is done to find matches: where not ambiguous command will succeed. -
sysdock unit install <unit> [instance] [target]Installs a unit as per the[Install]section or asWantedBythe specifiedtargetif provided.
-
sysdock service add <service>Adds all units from/srv/docker/<service>/unitsto/etc/systemd/system -
sysdock service install <service> [instance]Installs all installable units from the given services with the given instance name.
-
sysdock service dropin add <unit> <dropin> [instance]Adds the relevant dropin for the added unit (<service>is implied by the unit link).ln -s /srv/docker/<service>/units/<unit>.d/<dropin> /etc/systemd/system/<unit>.d/<dropin-as>..confis appended to the<dropin>if not specified.