Questions tagged «docker-secrets»

5
如何使用docker-compose v3.1管理机密值?
docker-compose.yml规范的3.1版引入了对secrets的支持。 我尝试了这个: version: '3.1' services: a: image: tutum/hello-world secret: password: the_password b: image: tutum/hello-world $ docker-compose up 返回: Unsupported config option for services.secret: 'password' 我们如何在实践中使用机密功能?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.