rkt: support multiple apps using the same image when not using --pod-manifest · Issue #1204 · rkt/rkt · GitHub
More Web Proxy on the site http://driver.im/
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
{{ message }}
This repository was archived by the owner on Feb 24, 2020. It is now read-only.
After #1178 we can run multiple apps using the same image if we use rkt run --pod-manifest and specify different app names.
Here we can discuss whether we should allow several apps with the same image when using a regular rkt run. This would involve either generating names (if the image is called foo, foo-1, foo-2...) or adding a flag to specify the name during rkt run.
The text was updated successfully, but these errors were encountered:
After #1178 we can run multiple apps using the same image if we use
rkt run --pod-manifest
and specify different app names.Here we can discuss whether we should allow several apps with the same image when using a regular
rkt run
. This would involve either generating names (if the image is called foo, foo-1, foo-2...) or adding a flag to specify the name duringrkt run
.The text was updated successfully, but these errors were encountered: