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

Change the deprecated option --link by --net and --network-alias in all playbooks #80

Closed
felipevicens opened this issue Apr 17, 2017 · 1 comment

Comments

@felipevicens
Copy link
Member

We need to change the way to link the containers.

  1. Create the network sonata in the VM
  2. Start the containers in the network sonata
  3. Create the network alias to the container in order to insert the record in the local network DNS.
@arocha7
Copy link
Contributor

arocha7 commented Apr 19, 2017

Fixed. Now is implemented with network name attached to the default Docker 'bridge' network - eg:
networks:
- name: bridge
aliases:
links:

After SP deploy, each Container interface can be check with:

@arocha7 arocha7 closed this as completed Apr 19, 2017
@arocha7 arocha7 reopened this Apr 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants