Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Remove namespace munging from docker provider #703

Open
jberkus opened this issue Apr 19, 2016 · 1 comment
Open

Remove namespace munging from docker provider #703

jberkus opened this issue Apr 19, 2016 · 1 comment

Comments

@jberkus
Copy link

jberkus commented Apr 19, 2016

Currently, AtomicApp will create fake "namespaces" for the docker provider since docker does not support these natively. The problem with this is that it can cause atomic apps to have a fatal name collision, even though the names for the docker containers do not conflict. This is confusing to the user and is not documented, so they cannot debug the issue.

While we could document this behavior, it seems better to just remove it, since there's no real benefit to the user.

@cdrage
Copy link
Member

cdrage commented Apr 19, 2016

Yeah :( This was a way to find what has been deployed. Although I was the one that originally implemented it, it does muck with things.

What I do suggest however is adding a label to each deployment instead. Which will not only make it more non-intrusive, but work towards #642

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants