-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skopeo needs to support containers/storage #363
Comments
mmm actually you can use:
|
Ok great we can close this, but does this allow the specification of path? |
It doesn't - we'd been stuffing location and driver into the storage image reference, but that's not actually enough information to let arbitrary locations be specified, and the reference parser doesn't provide a way for us to actually provide enough information. If we want to open an issue for that, I've been meaning to do something about it. |
You want an issue in container/storage? |
you can specify the path as: |
Skopeo now supports containers storage. So closing. |
skopeo copy docker:registry.access.redhat.com:rhel7 storage:
Should copy rehl7 to /var/lib/containers/storage based on /etc/containers/storage.conf defaults.
skopeo copy docker:registry.access.redhat.com:rhel7 storage:/var/lib/nfs/storage
should copy rehl7 to /var/lib/nfs/storage overriding /etc/containers/storage.conf defaults.
Currently there does not seem to be a way to use skopeo and containers/storage at the same time.
The text was updated successfully, but these errors were encountered: