Deploying using Docker Desktop App
How to deploy Curiosity using the Docker Desktop application
Last updated
How to deploy Curiosity using the Docker Desktop application
Last updated
The Docker desktop app lets you run Docker containers using a GUI. This page explains how to run Curiosity using the Docker desktop app.
Install the Docker desktop app from the Docker downloads website
Create a Docker account on the Docker accounts website
Start the Docker desktop app and sign in with your Docker account
In the Docker desktop app, search for the Curiosity image using the main search bar (it should show as curiosityai/curiosity)
Pull the image by clicking Pull: This should download the image
In the Docker app click on Images in the left sidebar: You should see the Curiosity image in the list
Click Run to start the Curiosity image (don't click Run in the pop-up just yet)
In the popup, click on Optional settings and enter the following information
Container name of your choice (optional)
Host port: 8043
Host port: 8080
Environment values (optional)
Click Run to run the container
In your browser, open the URLlocalhost:8080
: You should see a Curiosity Workspace sign-in page
Sign in using the default username and password (admin / admin)
You're good to go! 🎉