Mercurial > hg > tony
view deploy/linux/docker/README @ 496:109016400b9c 2.0-integration
Update analysis stuff when recording starts (and when model is added) rather than when it ends. Not continuing to update during recording though...
author | Chris Cannam |
---|---|
date | Mon, 12 Oct 2015 17:10:43 +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.