`entrypoint` String or Array of Strings Override the default entrypoint in the image. ```yaml # String version. entrypoint: "/bin/entrypoint --p1 --p2" # Alteratively, as an array of strings. entrypoint: ["/bin/entrypoint", "--p1", "--p2"] ```