docker run -it --rm --name ucsl -p 8888:8888 mohitsharma44/ucsl-image
-
git clone https://github.com/mohitsharma44/ucsl-image
-
cd ucsl-image
-
To
build
the image from ground up:make build
-
To
run
the image:make run
-
To "test" the working:
make test
-
To
pull
the most recent image:make refresh