Docker - Security
You run this command:
But it fails with a permission error. What is the best fix?
docker run --read-only alpine sh -c "touch /tmp/testfile"But it fails with a permission error. What is the best fix?
