Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 271 Bytes

docker-notes.md

File metadata and controls

17 lines (9 loc) · 271 Bytes

Docker notes

Build

From within the zika-pipeline directory. Build zibra image:

docker build -t zibra/zibra:latest .

Push image to Docker Hub:

docker push zibra/zibra:latest

Clean

Remove all containers:

docker rm `docker ps --no-trunc -aq`