Skip to content

Commit

Permalink
Replace Skopeo with composeapp
Browse files Browse the repository at this point in the history
Updated, with link to the composeapp repo.

QA: ran build and checked output in browser. Ran linkcheck locally. No
issues to report.

No related tasks, small fix mentioned via internal channel.

Signed-off-by: Katrina Prosise <katrina.prosise@foundries.io>
  • Loading branch information
kprosise committed Aug 28, 2024
1 parent ed38c6b commit 795da92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/reference-manual/docker/restorable-apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Restorable Apps
Restorable Apps are Compose Apps that can be restored in case of any Docker store damages, without needing to be re-downloaded from the Registry.
This is achieved by a distinct way images can pulled and stored on a device.

#. Images are pulled from registries by the `skopeo <https://github.com/containers/skopeo>`_ utility,
#. Images are pulled from registries by the `composectl <https://github.com/foundriesio/composeapp>`_ utility,
rather than pulling them by utilizing the Docker daemon's regular functionality normally used for Compose Apps;
#. Images are stored in two places on a device.
In addition to the regular Docker daemon's image store (``/var/lib/docker/image/overlay2`` and ``/var/lib/overlay2``),
Expand Down

0 comments on commit 795da92

Please sign in to comment.