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.
When deploying an atomicapp it's namespace is commonly used as default. From our use cases as well as multiple examples that have appeared, many users are encountering the issue of "this namespace is already in use" when deploying another example without a configured answers.conf file.
@dustymabe and I encountered these issues recently when working on a multi-inherited Nuleculized application.
I propose that we change namespacing containers from:
atomic_NAMESPCE_HASHVALUE
to
NAMESPACE_IMAGENAME_HASHVALUE
In order to indicate what containers have been deployed by atomicapp.
I also propose that we change the value 'default' as a namespace to 'atomicapp' to better indicate what has been deployed.
The text was updated successfully, but these errors were encountered:
@charliedrage To be clear we are only talking about doing this if the user didn't provide "--name" in the docker run command. We can't change that right now because of docker links.
I like NAMESPACE_IMAGENAME_HASHVALUE. I don't know if I like making atomicapp the default namespace though. I like keeping it set as default, but I also like some indication that this is an atomicapp. Perhaps we can just do atomicapp_NAMESPACE_IMAGENAME_HASHVALUE.
When deploying an atomicapp it's namespace is commonly used as
default
. From our use cases as well as multiple examples that have appeared, many users are encountering the issue of "this namespace is already in use" when deploying another example without a configured answers.conf file.@dustymabe and I encountered these issues recently when working on a multi-inherited Nuleculized application.
I propose that we change namespacing containers from:
atomic_NAMESPCE_HASHVALUE
to
NAMESPACE_IMAGENAME_HASHVALUE
In order to indicate what containers have been deployed by atomicapp.
I also propose that we change the value 'default' as a namespace to 'atomicapp' to better indicate what has been deployed.
The text was updated successfully, but these errors were encountered: