We have a
pre-built image at Dockerhub (
https://hub.docker.com/) that you can
play with, called yottadb/yottadb. The command
docker
run --rm -it yottadb/yottadb should build you a Docker
container and take you straight to a MUMPS prompt, but does not persist
any data or routines when you exit (i.e., it's a single use
sandbox). If you want to persist data you can mount a volume or
remove the
--rm flag from the
docker command (much more information in the
readme:
https://github.com/YottaDB/YottaDB/blob/master/README.md#docker).
We would appreciate any questions, comments, or concerns you have as
we go forward with container releases of YottaDB.
Regards
– Bhaskar
--
YottaDB - Rock solid. Lightning fast. Secure. Pick any three.