The Prototype
Pre-release
Pre-release
andreaskoch
released this
18 Dec 10:13
·
40 commits
to develop
since this release
A first working version of dcsg. A systemd service generator for Docker Compose projects.
Usage
Install
Register a Docker Compose project as a systemd service:
dcsg install <path-to-a-docker-compose.yml> <optional-project-name>
The install action will create a systemd service in /etc/systemd/system/<project-name>.service
and enable that service.
Uninstall
Uninstall the systemd service for the given Docker Compose project:
dscg uninstall <path-to-a-docker-compose.yml> <optional-project-name>
The uninstall action will disable the service <project-name>.service
and remove the systemd service from /etc/systemd/system/<project-name>.service
.