Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 382 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 382 Bytes

OAE-hilary docker image

Docker container for CCI to run Hilary on

Usage

Run from dockerhub

docker run -it --name=oae-hilary --net=host oaeproject/oae-hilary

Build the image locally

# Step 1: Build the image
docker build -f Dockerfile -t oae-hilary:latest .
# Step 2: Run the container
docker run -it --name=oae-hilary --net=host oae-hilary:latest