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. Create a Docker account on the Docker accounts websitearrow-up-right

  2. 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 imagearrow-up-right using the main search bar (it should show as curiosityai/curiosity)

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

Docker app showing search (top), Curiosity image (middle), and "Pull" button (right)
  1. In the Docker app click on Images in the left sidebar: You should see the Curiosity image in the list

Docker app in "Images" tab showing Curiosity
  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

Docker desktop showing settings for Curiosity 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)

Browser showing Curiosity Workspace sign-in page

You're good to go! 🎉

Last updated