Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 1.28 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.28 KB

Docker-InfCloud

Build Status Docker Build Status GitHub tag

Builds a docker image with the infcloud ready to run.

Running

  • run the docker container with:
docker-compose pull
docker-compose up

Building

make build

Get a shell in a running container

make shell