Docker - Security
Consider this command:
What will be the output?
docker run --read-only -v /data alpine sh -c "echo hello > /data/file.txt && cat /data/file.txt"What will be the output?
