Chris@466: Chris@466: These Dockerfiles create images that contain .deb builds for Chris@466: Tony. That is, the entire build is run in the process of creating the Chris@466: image, and the resulting image contains the built .deb file in the Chris@466: /opt/tony directory. Chris@466: Chris@466: Run: Chris@466: Chris@466: sudo docker build -t tony:build-v1.0-amd64 64 Chris@466: sudo docker build -t tony:build-v1.0-i386 32 Chris@466: Chris@466: to create images ("docker images" lists them) with the builds in them. Chris@466: