filmov
tv
Passing Exported Env Vars into a Docker Container without an .env File
![preview_player](https://i.ytimg.com/vi/MlzbHXMQZY4/maxresdefault.jpg)
Показать описание
This could be handy if you have a bunch of encrypted secrets in a CI pipeline that you want to pass in.
Hit the subscribe button to receive more videos like this!
REFERENCE LINKS
---------------------------------------------------
COURSES
---------------------------------------------------
Courses I've created that focus on web dev and deployment topics.
THE TOOLS I USE / GEAR
---------------------------------------------------
FOLLOW ME ELSEWHERE
---------------------------------------------------
TIMESTAMPS
---------------------------------------------------
0:00 -- Intro
0:15 -- The env command
0:55 -- A quick refresher on using env vars with Docker
3:20 -- Taking a look at a script to build up a series of env flags
4:31 -- Using grep to filter the results
5:03 -- Using cut to only get the env var's name by itself
5:31 -- Turning the env var names into Docker e flags
6:05 -- Using the script
6:53 -- Real world use case of using secure env vars from a CI pipeline
Hit the subscribe button to receive more videos like this!
REFERENCE LINKS
---------------------------------------------------
COURSES
---------------------------------------------------
Courses I've created that focus on web dev and deployment topics.
THE TOOLS I USE / GEAR
---------------------------------------------------
FOLLOW ME ELSEWHERE
---------------------------------------------------
TIMESTAMPS
---------------------------------------------------
0:00 -- Intro
0:15 -- The env command
0:55 -- A quick refresher on using env vars with Docker
3:20 -- Taking a look at a script to build up a series of env flags
4:31 -- Using grep to filter the results
5:03 -- Using cut to only get the env var's name by itself
5:31 -- Turning the env var names into Docker e flags
6:05 -- Using the script
6:53 -- Real world use case of using secure env vars from a CI pipeline