Often things are more convoluted than you expect. Sometimes they are easier than you fear.
Here's an example: you're generating files inside a Docker container (with no volumes configured) and you realise you need some of those files available in the host.
A simple solution is to use 'docker cp', with a format like
docker cp CONTAINER_ID:FILE_PATH HOST_FILE_PATH
Official documentation.
A Stackoverflow question with more discussions.
Subscribe to:
Post Comments (Atom)
It's not a sprint
You’ve surely heard at least once in your life somebody saying “Calm down: it’s not a sprint, it’s a marathon”. People use this phrase to tr...
-
WebRTC applications use the ICE negotiation to discovery the best way to communicate with a remote party. I t dynamically finds a pair of...
-
I needed an efficient way to programmatically extract RTP streams from a network capture. In addition I wanted to: save each stream into a s...
-
There are various levels of testing, from unit to component, from integration to end-to-end, not to mention performance testing and fuzzing....
No comments:
Post a Comment