-
released this
2024-06-03 04:22:23 +00:00 | 27 commits to main since this releaseChanges
- Introduces
spud start
andspud stop
as commands to manage services. - Using
start
needs to provide the path to the service configuration which follows the schema:
name: <service-name> volumes: - name: <volume-name-to-ensure-exists> ... ports: - host: <host-port> container: <container-port> containers: - name: <container-name> image: <image-name> volumes: - name: <volume-name> container: <path-in-container> - host: <host-path> container: <path-in-container> extra-args: - <extra> ...
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
x64-build.zip
12 downloads · 3.3 MiB
- Introduces