You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would be a small, useful UX improvement by allowing folks who run the image using command line arguments to slightly simplify their workflows:
- nerdctl run mccutchen/go-httpbin go-httpbin -use-real-hostname+ nerdctl run mccutchen/go-httpbin -use-real-hostname
I'm currently a little reluctant to do this out of fear of unexpectedly breaking existing uses in CI processes if they're not pinning to a specific release, but it's a good candidate to include in any future breaking change we need to make.
The text was updated successfully, but these errors were encountered:
As proposed by @x70b1 in #84, updating the Dockerfile to set the
go-httpbin
binary as theENTRYPOINT
rather than theCMD
would be a small, useful UX improvement by allowing folks who run the image using command line arguments to slightly simplify their workflows:
I'm currently a little reluctant to do this out of fear of unexpectedly breaking existing uses in CI processes if they're not pinning to a specific release, but it's a good candidate to include in any future breaking change we need to make.
The text was updated successfully, but these errors were encountered: