-
Notifications
You must be signed in to change notification settings - Fork 642
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
net=host #335
Comments
no - not yet. |
Indeed, no support yet (so its currently always |
+1 |
+1 |
1 similar comment
+1 |
See also #321 |
In detail the following modes are supported now as part of a `<run>` configuration with the tag `<net>`: * `bridge` : the default mode using the standard Docker bridge * `host` : Using the Docker host network * `none` : No network * `container:<alias or image name>` : Sharing the network with another container (much like containers in a Kubernetes POD) * `<custom network>` : Custom network created with `docker network create` (available since Docker 1.9)
I implemented this for 0.14.0 and pushed a 0.14.0-SNAPSHOT. See https://github.com/rhuss/docker-maven-plugin/blob/integration/doc/manual/docker-start.md for details how to configure the new Feel free to give feedback and whether it fits your needs. |
In detail the following modes are supported now as part of a `<run>` configuration with the tag `<net>`: * `bridge` : the default mode using the standard Docker bridge * `host` : Using the Docker host network * `none` : No network * `container:<alias or image name>` : Sharing the network with another container (much like containers in a Kubernetes POD) * `<custom network>` : Custom network created with `docker network create` (available since Docker 1.9)
In detail the following modes are supported now as part of a `<run>` configuration with the tag `<net>`: * `bridge` : the default mode using the standard Docker bridge * `host` : Using the Docker host network * `none` : No network * `container:<alias or image name>` : Sharing the network with another container (much like containers in a Kubernetes POD) * `<custom network>` : Custom network created with `docker network create` (available since Docker 1.9)
Hi @rhuss - Any hints on when 0.14.0 will be available? Eagerly waiting for it. |
Sorry for the delay, I'm just about moving the plugin to a new GitHub orga (fabric8) so that we can join efforts there. 0.14.0 will be out this week, maybe even today. |
That's is best news that I can hear today. Thank you and appreciate all your efforts for keeping this plugin up-to-date. |
In detail the following modes are supported now as part of a `<run>` configuration with the tag `<net>`: * `bridge` : the default mode using the standard Docker bridge * `host` : Using the Docker host network * `none` : No network * `container:<alias or image name>` : Sharing the network with another container (much like containers in a Kubernetes POD) * `<custom network>` : Custom network created with `docker network create` (available since Docker 1.9)
There doesn't seem like net=host is supported?
The text was updated successfully, but these errors were encountered: