Home Explore Blog CI



docker

content/tags/secrets/_index.md
c5a641d5c66f8088862786ca7a6cfeda685a77ec8b2878630000000300000174
---
title: Secrets
description: Use sensitive information in containers securely
---

A secret is a piece of data, such as a password, SSH private key, SSL
certificate, or anything that should not be transmitted over a network or
stored unencrypted in a Dockerfile or in your application's source code.

Docker provides specially designated features for managing secrets.

Chunks
8ad13c3a (1st chunk of `content/tags/secrets/_index.md`)
Title: Introduction to Docker Secrets
Summary
Docker secrets are a secure way to manage sensitive data like passwords and keys. They prevent exposing sensitive information in Dockerfiles or source code by providing designated features for managing this type of data.