Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mapr_devsandbox_container_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runMaprImage() {
if [ "${IMAGE}" == "maprtech/dev-sandbox-container:latest" ]; then docker pull ${IMAGE}; fi
docker run -d --privileged -v /tmp/maprdemo/zkdata:/opt/mapr/zkdata -v /tmp/maprdemo/pid:/opt/mapr/pid -v /tmp/maprdemo/logs:/opt/mapr/logs -v /tmp/maprdemo/nfs:/mapr $PORTS -e MAPR_EXTERNAL -e clusterName -e isSecure --hostname ${clusterName} ${IMAGE} > /dev/null 2>&1

# Check if docker container is started wihtout any issue
# Check if docker container is started without any issue
sleep 5 # wait for docker container to start

CID=$(docker ps -a | grep dev-sandbox-container | awk '{ print $1 }' )
Expand Down