Sign inSign up

hairmare/alex

By hairmare

Updated about 8 years ago

Alex on Docker

Image
0

220

hairmare/alex repository overview

Alex on Docker

Docker Image containing Alex.

Usage

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

Tag summary

Content type

Image

Digest

Size

256.6 MB

Last updated

about 8 years ago

docker pull hairmare/alex