This is meant to be used in continuous integration
$> build_cid="$(docker run ---detach -e VERSION=$VERSION -v "$(pwd)":/sources:ro builddoc)"
$> docker logs -f "$build_cid"
$> docker cp "$build_cid":/output/. $my_packages_directory
$> docker rm -fv "$build_cid"
Content type
Image
Digest
sha256:1e850f5b1…
Size
106.9 MB
Last updated
over 5 years ago
docker pull enalean/build-documentation