You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ crates.io.
42
42
### Download compiled binary
43
43
44
44
The [release section](https://github.com/exdx/dcp/releases) has a number
45
-
of precompiled versions of dcp for different platforms. Currently only Linuxand
46
-
MacOS are pre-built. For MacOS, both arm and x86 targets are provided, and
45
+
of precompiled versions of dcp for different platforms. Linux, macOS, and Windows (experimental)
46
+
binaries are pre-built. For MacOS, both arm and x86 targets are provided, and
47
47
for Linux only x86 is provided. If your system is not supported, building dcp from
48
48
the source is straightforward.
49
49
@@ -118,14 +118,13 @@ will then be able to notice the image locally pulled and process it.
118
118
------------------
119
119
**Q**: Is dcp supported on Windows?
120
120
121
-
**A**: Windows support is being tracked in [#14](https://github.com/exdx/dcp/issues/14). Outside of changing the socket paths, there may not be any other work required to support Windows.
121
+
**A**: Yes, dcp is supported on Windows. Windows support is experimental, as there is no CI coverage, but it should work with the default Docker Desktop.
122
122
123
123
------------------
124
124
**Q**: I would like to inspect image labels to figure out where in the filesystem I should copy from. Does dcp have an `inspect` command to list image labels?
125
125
126
126
**A**: Listing an image's labels can be done easily using the underlying container runtime. For example, run `docker image inspect <image-id> | grep Labels` to see labels attached to an image. From there, dcp can be used to copy files from the container filesystem.
127
127
128
-
129
128
## Testing
130
129
131
130
If you would like to run the test suite, you just need to run the standard cargo command. This will run all relevant
0 commit comments