We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f05e3 commit 7913bbcCopy full SHA for 7913bbc
.evergreen/start-atlas-local.sh
@@ -19,6 +19,9 @@ cleanup() {
19
20
trap cleanup EXIT
21
22
+echo "Logging in to docker"
23
+echo "${DOCKERHUB_PASSWORD}" | docker login -u ${DOCKERHUB_USERNAME} --password-stdin
24
+
25
# Image name with version
26
IMAGE_NAME="mongodb/mongodb-atlas-local:$ATLAS_LOCAL_VERSION"
27
echo docker run --rm --name $CONTAINER_NAME -d -e DO_NOT_TRACK=1 -P "$IMAGE_NAME"
0 commit comments