All Projects → coreos → Systemd Rest

coreos / Systemd Rest

Licence: apache-2.0

Programming Languages

go
31211 projects - #10 most used programming language

Usage

Controlling Units

curl -v http://127.0.0.1:8080/units/dnsmasq.service/start/replace
curl http://127.0.0.1:8080/units/dnsmasq.service/stop/replace

Pulling images from a registry

curl localhost:8080/docker/registry/pull/busybox
curl -F "image=busybox" localhost:8080/docker/container/create/busybox
systemd-nspawn -b -D /var/lib/containers/busybox
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].