79475942

Date: 2025-02-28 15:08:57
Score: 0.5
Natty:
Report link

What worked for me was adding a dot in front of the first slash, so instead of:

docker cp ex.txt my_container:/my_folder/

it should be

docker cp ex.txt my_container:./my_folder/
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: user2463644