Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 499 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 499 Bytes

fishtreeoflife-docker

Updating the Docker image

docker build -t jonchang/fishtreeoflife-docker:master .
docker push jonchang/fishtreeoflife-docker:master

Inspecting the image interactively

docker run -it jonchang/fishtreeoflife-docker:master

Copying a file

docker run --rm --entrypoint cat jonchang/fishtreeoflife-docker:master  /path/to/file > path/to/destination

Building without cache

docker build -t jonchang/fishtreeoflife-docker:master .