A container with everything needed to develop a YottaDB/Fileman environment using Python
Create a new directory for development. cd into the directory and then:
docker pull -v $PWD/home/jupyter -p 8888:8888 -p 2222:22 ramb0/yottadbjupyter
The container can then be accessed via a VSCode thick client using the Remote SSH extension (https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh) and connecting via port 2222
The container also has a Jupyter notebook that can be accessed via web port 8888 i.e. http://localhost:8888. Password - test
The notebook contains a standard Python kernel as well as a YottaDB kernel for running standard M commands against the running YottaDB instance
Content type
Image
Digest
Size
330.7 MB
Last updated
almost 5 years ago
docker pull ramb0/yottadbjupyter