Skip to content
New issue

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

Test: Attach configuration by container name #3266

Closed
2 tasks done
chrmarti opened this issue Jun 29, 2020 · 0 comments
Closed
2 tasks done

Test: Attach configuration by container name #3266

chrmarti opened this issue Jun 29, 2020 · 0 comments

Comments

@chrmarti
Copy link
Contributor

chrmarti commented Jun 29, 2020

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.

  • Start one or more containers to attach to with unique names, e.g.:
    • docker run -d --name foobar ubuntu sleep infinity
  • Attach to the container(s) through the Remote-Explorer or `Attach to Running Container' command.
  • Once attached, open a new configuration for the container name with the Open Named Container Configuration File and add some properties.
    • Verify that configuration is applied by disconnecting and attaching to the container again.
    • Also remove (docker rm -f foobar) and recreate the container and verify the configuration still applies.
  • Check that Open Attached Configuration File... command lists all configurations (image and name based) and you can open them.
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

3 participants