Closed guenhter closed 2 months ago
It would be very nice to support something like this:
docker container create --name foo nginx docker container cp somefile foo:/tmp/ docker container start foo
So basically to copy files to a created but not started container.
Never mind. Found it. upload_to_container was the missing part.
upload_to_container
It would be very nice to support something like this:
So basically to copy files to a created but not started container.