The Prototype
Pre-release
Pre-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.