Container image with SingleStoreDB Studio.
$ 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
To access the UI in a browser, go to:
http://localhost:8080
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