DEV Community

Arcade
Arcade

Posted on

How do you manage Docker secrets?

There seem to be a lot of posts about how to use and deploy docker but not much about how to connect many of the linking parts?

I.e how to pull environment variables from docker secrets to use inside a container.

Also if creating a containerised API, for deployment on a server, how do you build the API locally to interact with a db elsewhere that you only have access to remotely?

Top comments (0)