Curiosity for Developers
  • Overview
  • Getting Started
    • Introduction
    • System Overview
      • Workspace
      • Connectors
      • Front End
    • Requirements
    • Installation
      • Deploying on Windows
        • Download Curiosity Workspace for Windows
      • Deploying on Docker
        • Deploying using Docker Desktop App
        • Docker Hub
      • Deploying on Kubernetes
      • Deploying on OpenShift
      • Configuration
    • Configure your Workspace
    • Connecting to a Workspace
      • Download App
    • Built-in Templates
  • Security
    • Introduction
    • Hosting
    • Encryption
    • Users and Access
      • User Invitations
      • Single Sign-On (SSO)
        • Google Sign-In
        • Microsoft / Azure AD
        • Okta
        • Auth0
    • Permissions Management
    • Auditing
    • Teams management
    • Configuring Backup
      • Restoring a backup
    • Activate a workspace license
  • Data Sources
    • Introduction
    • User Apps
    • Workspace Integrations
    • API Integrations
      • Introduction
      • Data Modeling
      • Writing a Connector
      • Access Control
      • API Tokens
      • API Overview
      • Tips
    • Supported File Types
    • Curiosity CLI
      • Installation
      • Authentication
      • Commands
  • Search
    • Introduction
    • Languages
    • Synonyms
    • Ranking
    • Filters
    • Search Permissions and Access Control
  • Endpoints
    • Introduction
    • Creating an endpoint
    • Calling an endpoint
    • Endpoint Tokens
    • Endpoints API
  • Interfaces
    • Introduction
    • Local Development
    • Deploying a new interface
    • Routing
    • Node Renderers
    • Sidebar
    • Views
  • Artificial Intelligence
    • Introduction
    • Embeddings Search
    • AI Assistant
      • Enabling AI Assistant
    • Large Language Models
      • LLMs Models Configuration
      • Self-Hosted Models
    • Image Search
    • Audio and Video Search
  • Sample Workspaces
    • Introduction
    • HackerNews
    • Aviation Incidents
    • Covid Papers
    • NASA Public Library
    • Suggest a Recipe
  • Basic Concepts
    • Graph database
    • Search Engine
  • Troubleshooting
    • FAQs
      • How long does it take to set up?
      • How does Curiosity keep my data safe?
      • Can we get Curiosity on-premises?
      • Can I connect custom data?
      • How does Workspace pricing work?
      • Which LLM does Curiosity use?
      • What's special about Curiosity?
      • How are access permissions handled?
      • What enterprise tools can I connect?
      • How to access a workspace?
      • How do I hard refresh my browser?
      • How do I report bugs?
      • How do I solve connectivity issues?
      • How do I contact support?
  • Policies
    • Terms of Service
    • Privacy Policy
Powered by GitBook
On this page
  • Set up Docker desktop
  • Download the Curiosity image
  • Sign into Curiosity Workspace
  1. Getting Started
  2. Installation
  3. Deploying on Docker

Deploying using Docker Desktop App

How to deploy Curiosity using the Docker Desktop application

PreviousDeploying on DockerNextDeploying on Kubernetes

Last updated 1 year ago

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

  2. Create a Docker account on the

  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 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! 🎉

from the Docker downloads website
Docker accounts website
Curiosity image
Docker app showing search (top), Curiosity image (middle), and "Pull" button (right)
Docker app in "Images" tab showing Curiosity
Docker desktop showing settings for Curiosity container
Browser showing Curiosity Workspace sign-in page