Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.58 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.58 KB

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