Deploying using Docker Desktop App

How to deploy Curiosity using the Docker Desktop application

The Docker desktop app lets you run Docker containers using a GUI. This page explains how to run Curiosity using the Docker desktop app.

Set up Docker desktop

  1. Install the Docker desktop app from the Docker downloads website

  2. Create a Docker account on the Docker accounts website

  3. Start the Docker desktop app and sign in with your Docker account

Download the Curiosity image

  1. In the Docker desktop app, search for the Curiosity image using the main search bar (it should show as curiosityai/curiosity)

  2. Pull the image by clicking Pull: This should download the image

  1. In the Docker app click on Images in the left sidebar: You should see the Curiosity image in the list

  1. Click Run to start the Curiosity image (don't click Run in the pop-up just yet)

  2. In the popup, click on Optional settings and enter the following information

    1. Container name of your choice (optional)

    2. Host port: 8043

    3. Host port: 8080

    4. Environment values (optional)

  3. Click Run to run the container

Sign into Curiosity Workspace

  1. In your browser, open the URLlocalhost:8080: You should see a Curiosity Workspace sign-in page

  2. Sign in using the default username and password (admin / admin)

You're good to go! 🎉

Last updated