taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 7b0a63afe4c6dd3fd61d0bcb4f6e6dacfb0673af
parent 149cfd9de880e72686e467001245ddf0f5e99c60
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Sun, 13 Nov 2016 02:21:39 +0100

-name=>--name for docker run

Diffstat:
Mdocker/selenium/launch_chrome_container | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/selenium/launch_chrome_container b/docker/selenium/launch_chrome_container @@ -1,4 +1,4 @@ #!/bin/bash # If container runs out of heap space, add '-e JAVA_OPTS=-Xmx2g' -docker run -name container_chrome -d -p 4444:4444 selenium/standalone-chrome-debug +docker run --name container_chrome -d -p 4444:4444 selenium/standalone-chrome-debug