Docker deployment

If you don't want to install Python locally, you can use Docker to run unconscious. The Docker image is available on Docker Hub at drbh/unconscious.

Make sure docker is installed on your system. You can download it from here.

Then, you can run the following command to start the unconscious server:

docker run -d -p 3000:3000 drbh/unconscious

Now you can access the unconscious server at http://localhost:3000.

Back to Documentation