Docker Image containing Alex.
Run Alex in a container image from Docker Hub.
docker run --rm -ti -v `pwd`:/src hairmare/alex
Using a quay.io container image if you prefer.
docker run --rm -ti -v `pwd`:/src quay.io/hairmare/alex
Or with your own build of the container image.
docker build -t alex .
docker run --rm -ti -v `pwd`:/src alex
Content type
Image
Digest
Size
256.6 MB
Last updated
about 8 years ago
docker pull hairmare/alex