Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 2
    It also works the same on Linux Commented Sep 11, 2022 at 11:32
  • 1
    Can you use wildcard to copy multiple files from the container? I don't get that to work. Commented Sep 20, 2022 at 8:13
  • To get the container Id run docker ps -aqf "name=ImageName", or docker ps -aqf "name=^ImageName$" with regex anchors to match the exact name. ` Commented Mar 17, 2023 at 10:34