Docker Fundamentals — Medium
Key points
- Docker secrets are encrypted sensitive data managed by Docker Swarm
- They are stored encrypted at rest and in transit
- Only authorized containers can access Docker secrets as files
- Environment variables are less secure as they can be visible in Docker inspect output
Ready to go further?
Related questions
