8000 rkt: support multiple apps using the same image when not using --pod-manifest · Issue #1204 · rkt/rkt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 24, 2020. It is now read-only.

rkt: support multiple apps using the same image when not using --pod-manifest #1204

Closed
iaguis opened this issue Jul 29, 2015 · 4 comments
Closed

Comments

@iaguis
Copy link
Member
iaguis commented Jul 29, 2015

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.

@jonboulle
Copy link
Contributor

Vito previously proposed appname=image in vcaputo/rocket@5ff8021

@steveej
Copy link
Contributor
steveej commented Jul 29, 2015

Is there any interaction necessary/possible/useful for these names? If not, generation seems to be the best option.

I'm not sure about the following, but do I understand correctly that these names only have to be unique within the pods context?

@jonboulle
Copy link
Contributor

@steveej as a simple example, rkt status provides per-app statuses so needs to be able to reference each by some unique identifier

@lucab
Copy link
Member
lucab commented Nov 25, 2016

Fixed by #3205.

@lucab lucab closed this as completed Nov 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants
0