Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/share/examples/oci/README
39476 views
This example Containerfile shows how to add packages to freebsd-runtime while
minimising the package metadata overhead.

For instance, To build a new image called 'my-new-image:latest' containing the
nginx package:

# podman build --squash --build-arg packages=nginx --tag my-new-image:latest -f Containerfile.pkg