# systemd-rest **Repository Path**: mirrors_coreos/systemd-rest ## Basic Information - **Project Name**: systemd-rest - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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 ```