To get the environment for Hemlock on top of Docker you can either Pull it from the public docker index, or you can build it from source.
sudo docker pull lab41/hemlock
sudo docker tag lab41/hemlock hemlock
git clone https://github.com/Lab41/try41.git
cd try41/dockerfiles/hemlock
sudo docker build -t hemlock .
Once the image has been built you can either run it as a contained webapp as it's used in Try41, or you can run in a shell.
sudo docker run -d -P hemlock
sudo docker run -i -t -P hemlock /bin/bash
NOTE: when running in a shell, you can also execute /src/startup.sh and access the webapp from the exposed port
sudo docker ps
Content type
Image
Digest
sha256:c0fb5bfa7…
Size
1.1 GB
Last updated
almost 11 years ago
docker pull lab41/hemlock