summaryrefslogtreecommitdiff
path: root/vendor/github.com/fsouza/go-dockerclient/README.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-06-10 07:52:46 -0400
committerGitHub <noreply@github.com>2022-06-10 07:52:46 -0400
commitefc1936c7c591cb3b552246ff4687c8631456168 (patch)
tree057d0f294bf22414526a033b48af2fa41edb93a2 /vendor/github.com/fsouza/go-dockerclient/README.md
parent9f1bd0a0a1494f46a49ca7f22511c5a78006afd8 (diff)
parentd4272bed51e2060d431ad042e803770e4d2fe64e (diff)
downloadpodman-efc1936c7c591cb3b552246ff4687c8631456168.tar.gz
podman-efc1936c7c591cb3b552246ff4687c8631456168.tar.bz2
podman-efc1936c7c591cb3b552246ff4687c8631456168.zip
Merge pull request #14526 from vrothberg/fix-14420
podman cp: do not overwrite non-dirs with dirs and vice versa
Diffstat (limited to 'vendor/github.com/fsouza/go-dockerclient/README.md')
-rw-r--r--vendor/github.com/fsouza/go-dockerclient/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/github.com/fsouza/go-dockerclient/README.md b/vendor/github.com/fsouza/go-dockerclient/README.md
index a9a74fbc4..2323d89b1 100644
--- a/vendor/github.com/fsouza/go-dockerclient/README.md
+++ b/vendor/github.com/fsouza/go-dockerclient/README.md
@@ -25,12 +25,6 @@ implemented/merged.
For new projects, using the official SDK is probably more appropriate as
go-dockerclient lags behind the official SDK.
-When using the official SDK, keep in mind that because of how the its
-dependencies are organized, you may need some extra steps in order to be able
-to import it in your projects (see
-[#784](https://github.com/fsouza/go-dockerclient/issues/784) and
-[moby/moby#28269](https://github.com/moby/moby/issues/28269)).
-
## Example
```go