We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refs: #3198
Complexity: 3
Create Issue
Previously configuration files for attaching to containers were scoped to image names. Now they can also be scoped to container names.
docker run -d --name foobar ubuntu sleep infinity
Open Named Container Configuration File
docker rm -f foobar
Open Attached Configuration File...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Refs: #3198
Complexity: 3
Create Issue
Previously configuration files for attaching to containers were scoped to image names. Now they can also be scoped to container names.
docker run -d --name foobar ubuntu sleep infinity
Open Named Container Configuration File
and add some properties.docker rm -f foobar
) and recreate the container and verify the configuration still applies.Open Attached Configuration File...
command lists all configurations (image and name based) and you can open them.The text was updated successfully, but these errors were encountered: