Code Monkey home page Code Monkey logo

Comments (5)

mbabineau avatar mbabineau commented on July 19, 2024

CONFIG_PATH should be a path inside the container. If you want to inject an external config, just mount the volume and set your CONFIG_PATH to the config inside the mount.

Like so:

docker run -t -i --rm -p 8000:8000 -p 80:80 \
     -v `pwd`/config:/myconfig
     -e MARATHON_ENDPOINT=http://xxx.xxx.xxx.xxx:8080 \
     -e BAMBOO_ENDPOINT=http://xxx.xxx.xxx.xxx:8000 \
     -e BAMBOO_ZK_HOST=xxx.xxx.xxx.xxx:2181 \
     -e BAMBOO_ZK_PATH=/bamboo \
     -e BIND=":8000" \
     -e CONFIG_PATH="/myconfig/bamboo_test.json" \
     -e BAMBOO_DOCKER_AUTO_HOST=true \
     bamboo

from bamboo.

mikealbert avatar mikealbert commented on July 19, 2024

Great. That did the trick. So if I have the custom config in place prior to building the container, would I no longer need to mount the external volume?

Thanks for the help.

from bamboo.

mbabineau avatar mbabineau commented on July 19, 2024

Correct, so long as the file can be referenced from within the container, you're set

from bamboo.

mikealbert avatar mikealbert commented on July 19, 2024

Perfect.

Thanks again for the help and quick response.

from bamboo.

j1n6 avatar j1n6 commented on July 19, 2024

@mbabineau Thanks for helping out support questions.

from bamboo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.