Docker - Security
A developer runs:
But the command fails. How can this be fixed without removing
docker run --read-only alpine sh -c "echo test > /var/log/app.log"But the command fails. How can this be fixed without removing
--read-only?