DEV Community

Discussion on: Advanced Docker: how to use secrets the right way

Collapse
 
gasparev profile image
gasparev

You can use -v with docker run but not with docker build. Here I explain how to do when you need secrets at build time.