/ucsl-image

Primary LanguageDockerfileApache License 2.0Apache-2.0

docker container image for UCSL

Build Status

Two ways to run the container

Directly using docker:

  • docker run -it --rm --name ucsl -p 8888:8888 mohitsharma44/ucsl-image

Cloning this repo:

  • 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