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

support for --link while building container #324

Closed
sadunaresh opened this issue Sep 22, 2020 · 1 comment · Fixed by #384
Closed

support for --link while building container #324

sadunaresh opened this issue Sep 22, 2020 · 1 comment · Fixed by #384
Labels
enhancement New feature or request
Milestone

Comments

@sadunaresh
Copy link

Looking to achieve something like below,

docker run --rm --name web2 --link db:db training/webapp env

is "--link" supported with any of existing supported command in the library?

@HofmeisterAn
Copy link
Collaborator

As far as I know the --link flag is a deprecated legacy feature of Docker. I think it’s recommend to use user-defined networks to facilitate communication between containers.

Until now networks are not implemented and part of this library. If you need the network feature, a pull request and your contribution is more than welcome.

@HofmeisterAn HofmeisterAn added the enhancement New feature or request label Sep 22, 2020
@HofmeisterAn HofmeisterAn added this to the 1.5.0 milestone May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants