Hi,
I guess my wording was bad.
On 12 Mar 2015, at 18:19, Peter Palaga wrote:
Hi *, inline...
On 03/12/2015 06:08 PM, Heiko W.Rupp wrote:
> Can we make sure that docker images get a sensible default that does
> not requiring ssh-ing into the container and manually copying things
> a well-known password. Passwords should be configurable using an
> environment variable instead. See the Using Environment Variables
This satisfies my request.
$ docker run -e password=bla hawkular/hawkular
is perfectly fine.
$ docker run -d -p 22:22 hawkular/hawkular
$ ssh <dockerip:22> cp /some/odd/path/pw.json
/some/other/longer/path/realm.json
is not.