mirror of
https://github.com/containers/skopeo.git
synced 2025-08-14 20:53:50 +00:00
Fix the recently added example in the man page.
- Improve the language - Be consistent with the previous example about a trailing slash - Don't unnecessarily quote :, it is not a shell metacharacter. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
322625eeca
commit
72376c4144
@ -87,13 +87,13 @@ Images are located at:
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Synchronizing to a container registry from local
|
### Synchronizing to a container registry from local
|
||||||
The Image's locate info:
|
Images are located at:
|
||||||
```
|
```
|
||||||
/media/usb/busybox:1-glibc/
|
/media/usb/busybox:1-glibc
|
||||||
```
|
```
|
||||||
Sync run
|
Sync run
|
||||||
```
|
```
|
||||||
$ skopeo sync --src dir --dest docker /media/usb/busybox\:1-glibc my-registry.local.lan/test/
|
$ skopeo sync --src dir --dest docker /media/usb/busybox:1-glibc my-registry.local.lan/test/
|
||||||
```
|
```
|
||||||
Destination registry content:
|
Destination registry content:
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user