Mercurial > hg > tony
diff deploy/linux/docker/README @ 466:9d2d99ae7b57 v1.0-linuxbuild
Docker build stuff
author | Chris Cannam |
---|---|
date | Mon, 13 Apr 2015 15:41:38 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/deploy/linux/docker/README Mon Apr 13 15:41:38 2015 +0100 @@ -0,0 +1,13 @@ + +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. +