I successfully shelled to a Docker container using:
docker exec -i -t 69f1711a205e bash
Now I need to edit file and I don\'t have any edito
You can use cat if installed, with the > caracter. Here is the manipulation :
cat
>
cat > file_to_edit #1 Write or Paste you text #2 don't forget to leave a blank line at the end of file #3 Ctrl + C to apply configuration
Now you can see the result with the command
cat file