/singlestoredb-studio

Container image with SingleStoreDB Studio installed.

Primary LanguageDockerfileMIT LicenseMIT

Docker Version Docker Pulls Docker Image Size (latest by date)

SingleStore DB Studio

Container image with SingleStoreDB Studio.

Screen Shot 2021-09-21 at 19 51 28

Running

$ docker run --name singlestoredb-studio -p 8080:8080/tcp -d nevrending/singlestoredb-studio:latest

or

$ docker run --name singlestoredb-studio -p 8080:8080/tcp -d ghcr.io/nevrending/singlestoredb-studio:latest

Usage

To access the UI in a browser, go to:

http://localhost:8080

Persisting Config Between Sessions

Mount a storage volume to /var/lib/singlestoredb-studio.

$ docker run --name singlestoredb-studio -v singlestoredb-studio:/var/lib/singlestoredb-studio -p 8080:8080/tcp -d nevrending/singlestoredb-studio:latest

or

$ docker run --name singlestoredb-studio -v singlestoredb-studio:/var/lib/singlestoredb-studio -p 8080:8080/tcp -d ghcr.io/nevrending/singlestoredb-studio:latest

License

License: MIT