Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 46fa3de

Browse files
dmiusDmitry
authored andcommitted
Connection string added
1 parent 34c3048 commit 46fa3de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nancy_run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ elif [[ "$RUN_ON" = "aws" ]]; then
763763
exit 1;
764764
fi
765765
echo "$(date "+%Y-%m-%d %H:%M:%S"): Docker $DOCKER_MACHINE is running."
766+
echo " To connect docker machine use:"
767+
echo " docker \`docker-machine config $DOCKER_MACHINE\` exec -it pg_nancy_${CURRENT_TS} bash"
766768

767769
docker-machine ssh $DOCKER_MACHINE "sudo sh -c \"mkdir /home/storage\""
768770
if [ ${AWS_EC2_TYPE:0:2} == 'i3' ]

0 commit comments

Comments
 (0)