Skip to content
Snippets Groups Projects
Commit 8aace92e authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

. added info about copying already built checkit-tiff tar-balls

parent 0e8916a2
No related branches found
No related tags found
No related merge requests found
...@@ -13,3 +13,24 @@ How to build checkit-tiff variants for Redhat system used by Rosetta ...@@ -13,3 +13,24 @@ How to build checkit-tiff variants for Redhat system used by Rosetta
docker build -t checkit-tiff --rm=true ./ docker build -t checkit-tiff --rm=true ./
== find out which image
docker images
lists:
REPOSITORY TAG IMAGE ID CREATED SIZE
checkit-tiff latest acc13d4a83d9 3 minutes ago 827 MB
<none> <none> e3be26e603f0 5 minutes ago 824 MB
centos 6.8 0cd976dc0a98 10 months ago 195 MB
== How to copy already built binaries
id=$(docker create checkit-tiff)
docker cp $id:/tmp/checkit_tiff_stable.tgz ./
docker cp $id:/tmp/checkit_tiff_development.tgz ./
docker rm -v $id
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment