Skip to content
Snippets Groups Projects
Commit f3fa332b authored by elinuxhenrik's avatar elinuxhenrik
Browse files

Naming simulator containers in startup scripts


Change-Id: Ic9d30aaab3a22e359e418486d0a782788ec0fa73
Issue-ID: NONRTRIC-260
Signed-off-by: default avatarelinuxhenrik <henrik.b.andersson@est.tech>
parent 2d078673
No related branches found
No related tags found
No related merge requests found
......@@ -27,5 +27,5 @@ docker build -t a1test .
echo "Starting $1 mode"
#Run the container in interactive mode, unsecure port 8085, secure port 8185.
docker run -it -p 8085:8085 -p 8185:8185 -e A1_VERSION=OSC_2.1.0 -e ALLOW_HTTP=true -e REMOTE_HOSTS_LOGGING=1 --volume "$PWD/certificate:/usr/src/app/cert" a1test
docker run -it -p 8085:8085 -p 8185:8185 -e A1_VERSION=OSC_2.1.0 -e ALLOW_HTTP=true -e REMOTE_HOSTS_LOGGING=1 --volume "$PWD/certificate:/usr/src/app/cert" --name a1OscSimulator a1test
......@@ -27,4 +27,4 @@ docker build -t a1test .
echo "Starting ric-sim"
#Run the container in interactive mode, unsecure port 8085, secure port 8185
docker run -it -p 8085:8085 -p 8185:8185 -e A1_VERSION=STD_1.1.3 -e ALLOW_HTTP=true -e REMOTE_HOSTS_LOGGING=1 --volume "$PWD/certificate:/usr/src/app/cert" a1test
\ No newline at end of file
docker run -it -p 8085:8085 -p 8185:8185 -e A1_VERSION=STD_1.1.3 -e ALLOW_HTTP=true -e REMOTE_HOSTS_LOGGING=1 --volume "$PWD/certificate:/usr/src/app/cert" --name a1StdSimulator a1test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment