Skip to content

Container image with SingleStoreDB Studio installed.

License

Notifications You must be signed in to change notification settings

nevrending/singlestoredb-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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