Mercurial > hg > tony
view deploy/linux/docker/README @ 595:525076f84504
Fix local variable aliasing which prevented network requests happening on the first run even when permitted
author | Chris Cannam |
---|---|
date | Thu, 19 Sep 2019 10:25:46 +0100 |
parents | 9d2d99ae7b57 |
children |
line wrap: on
line source
These Dockerfiles create images that contain .deb builds for Tony. That is, the entire build is run in the process of creating the image, and the resulting image contains the built .deb file in the /opt/tony directory. Run: sudo docker build -t tony:build-v1.0-amd64 64 sudo docker build -t tony:build-v1.0-i386 32 to create images ("docker images" lists them) with the builds in them.