$ docker run --name memsql-studio -p 8080:8080 -d katoni/memsql-studio:tag
The Docker documentation is a good starting point for understanding the different storage options and variations, and there are multiple blogs and forum postings that discuss and give advice in this area. We will simply show the basic procedure here for the latter option above:
Create a data directory on a suitable volume on your host system, e.g. /my/own/datadir.
Start your MemSQL Studio container like this:
$ docker run --name memsql-studio -v /my/own/datadir:/var/lib/memsql-studio -d katoni/memsql-studio:tag
Content type
Image
Digest
Size
39 MB
Last updated
almost 8 years ago
docker pull katoni/memsql-studio