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.
2 parents 571b8ee + 0ac53a4 commit 262d40cCopy full SHA for 262d40c
dev.linux.sh
@@ -54,7 +54,7 @@ echo "Perform post installation tasks..."
54
sudo docker exec swiftwave_dev_env bash -c "cd /app && ./dev/start.sh" | tee -a dev.log
55
echo "Post installation tasks completed"
56
# Print IP
57
-ip=$(docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $container_id)
+ip=$(sudo docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $container_id)
58
echo -e "\n\n${GREEN}Swiftwave dev environment is started successfully${NC}"
59
echo -e "Follow the steps below to start the server"
60
echo -e "---------------------------------------------------------"
0 commit comments