Skip to content
Snippets Groups Projects
Commit cb2e84b3 authored by matt01671's avatar matt01671
Browse files

not working

parent 48731e11
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# declare -a conts=(`sudo docker ps --all | grep couchdb | cut -f1 -d' ' | xargs -n1 -d'\n'`)
export node="$1"
sudo docker restart couchdb${node}
# sudo docker restart couchdb${node}
# echo "== Stop the containers: =="
# sudo docker stop couchdb${node}
......
......@@ -34,7 +34,7 @@ sudo docker create\
--env COUCHDB_PASSWORD=${pass}\
--env NODENAME=couchdb@${node}\
--env COUCHDB_SECRET=${cookie}\
--env ERL_FLAGS="-setcookie \"${cookie}\" -name \"couchdb@${node}\""\
--env ERL_FLAGS="-setcookie \${cookie}\ -name \couchdb@${node}\""\
ibmcom/couchdb3:${VERSION}
# echo "== Put in conts the Docker container IDs: =="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment