Special version of the webgme-org image created to support Vanderbilt's MIC class.
286
Create an empty directory to share with the containers (e.g. ~/dockershare) mkdir ~/dockershare
Launch a mongo container docker run -d -v ~/dockershare/db:/data/db --name mongo mongo
Launch a webgme-4ml-machine container docker run -d --name 4mlMachine --link mongo:mongo kecso/webgme-4ml-machine
Launch a webgme-mic container docker run -d -p 8888:8001 -v ~/dockershare:/dockershare --link mongo:mongo --link 4mlMachine:4mlMachine --name=webgme -e GME_ADMIN="admin:admin" kecso/webgme-mic
Webgme should be available at localhost:8888
Notes The tags follow the releases of webgme.
The env variable GME_ADMIN will create a siteAdmin admin with password admin if it does not exist. After the first launch - go to localhost:8888/profile/login and change password once logged in.
Content type
Image
Digest
Size
501.8 MB
Last updated
about 9 years ago
docker pull kecso/webgme-mic