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 has been archived by the owner on Jan 19, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: