Skip to content

Mohitsharma44/ucsl-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 49.8%
  • Python 19.0%
  • Makefile 18.5%
  • Shell 12.7%