Docker - Security
You wrote this Dockerfile snippet:
But when running the container, you get a permission denied error. What is the likely cause?
FROM alpine USER appuser CMD ["sh"]
But when running the container, you get a permission denied error. What is the likely cause?
