Skip to content

Add docker cp command#91

Open
lukasova-dobi wants to merge 2 commits intomasterfrom
improve/docker-compose
Open

Add docker cp command#91
lukasova-dobi wants to merge 2 commits intomasterfrom
improve/docker-compose

Conversation

@lukasova-dobi
Copy link
Contributor

Add the docker cp commad description.

| `docker ps -a`
| Lists all containers currently used in the system (including stopped containers).

|`docker cp`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please replace this with "docker cp SOURCE DEST" or another indication of parameters.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected.

+
[source,bash]
----
docker cp file.csv midpoint_server-1:/opt/midpoint/var/file.csv
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Example is not a documentation. I prefer having documentation explaining principle and providing an example just as a cherry on top. With that said, you don't have to copy whole "docker cp" documentation, just explaining the basics will be enough.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants