Template C/C++ application
docker build --target=build-export --output type=local,dest=./output .
docker build --target=build -t templateapp .
docker build --target=test -t templateapp .
docker run -it --rm templateapp
docker build --target=run -t templateapp .
docker run -it --rm templateapp