Open
Description
Before I started using the Docker Java API, I created a process in Java and then used BufferedWriter to send a string as a command to a Docker container for execution.
After using the Docker Java API, I'm unsure how to transfer a string into a Docker container and save it as a file. I'm looking forward to your answer. Thank you.