Re: Start container which needs env's

2016-02-17 Thread Skarbek, John
Den, There’s quite a few ways to set ENV vars. Have a look at this documentation It is also possible to include environmental variables as part of the deployment configuration as well as templates. -- John Skarbek On F

Start container which needs env's

2016-02-17 Thread Den Cowboy
I've an image. When I want to start the image I have to define som env-variables: How do I have to do this in OpenShift? Can I just add the --env also after the oc-command? $ docker run --restart=always --name "nodejs" --env MOCK="x" --env BRANDS="x" --env PORT="" -d my-i