Dockerfile for Mnemosyne
There are six build arguments: mnemosyne_buildhost, mnemosyne_version, mnemosyne_tar_filename, matplotlib_buildhost, matplotlib_version, matplotlib_tar_filename. Use these to to customize where mnemosyne and matplotlib sources are downloaded from. Note you should only need to touch the version arguments.
$ docker run -d -p 8512:8512 -p 8513:8513 mnemosyne
$ DATA_DIR=/path/to/data/dir
$ docker run -d \
-v $DATA_DIR:/opt/mnemosyne/data \
-p 8512:8512 -p 8513:8513 \
mnemosyne
Content type
Image
Digest
Size
213.5 MB
Last updated
about 8 years ago
docker pull mwstobo/mnemosyne