Enables development and testing with just Docker installed. Also, it can be used to run in production straight away, although it's not only optimized for that usage (eg. image size). Useful for building and running the latest HEAD (or whatever branch, tag or commit id you specify) straight from source by just issuing a one-liner (see below) without any requirement other than Docker.
Enables development and testing with just Docker installed. Also, it can be used to run in production straight away, although it's not only optimized for that usage (eg. image size). Useful for building and running the latest HEAD (or whatever branch, tag or commit id you specify) straight from source by just issuing a one-liner (see below) without any requirement other than Docker.
Image builds code on gcc base image, latest tag.
To test the build locally, issue the following:
To run a container from the built image, issue the following: