Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 283 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 283 Bytes

Docker for Uroboros version 0.5

Docker build

Then use docker build to build the docker image from Dockerfile.

docker build -f Dockerfile -t uroboros:0.5 .

Docker usage

run the Docker container with docker run.

docker run -it uroboros:0.5