|
|
|
|
|
by mlnj
210 days ago
|
|
>You have to make sure you're not putting any secrets in the container environment. How does this work exactly?
containers still need env vars and access to databases and cloud environments. Without these the container is just useless isolated pod. |
|
The image itself isn't the same image that the app gets deployed in, but is a portable dev environment with everything needed to build and run my apps baked in.
This comes with some nice side effects like being able to instantly spin up clean work environments on my laptop, someone elses, or a remote vm.