Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 759 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 759 Bytes

Hilary dependencies base image

Codacy Badge

Container image based on alpine linux for Hilary to run on with all system dependencies

Usage

Run from dockerhub

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

Build the image locally

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