Is there a way to start a secure-gateway-client container which takes the token as a parameter?
I'd like to start my container in the background with the 'docker -d' option rather doing it interactively.
I tried starting the container like this:
docker run -d ibmcom/secure-gateway-client
But I still am getting an 401 error in the logs saying I need to specify the token.