#Can we easily add some config files for a dockerhub type of deployment ?

8 messages · Page 1 of 1 (latest)

iron tinsel
wild stumpBOT
#

Project ID: N/A

green dragonBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

iron tinsel
#

N/A

tawdry orchid
#

for the images that want a config file you would need to make a repo with a Dockerfile

FROM image

COPY conf.config /etc/usr/app

you get the idea

iron tinsel
#

Ok I see, just wanted to know if an simple way existed or not. Thanks !

green dragonBOT
tawdry orchid
#

blame the apps that havent implemented config from environment variables 😠