[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [atomic] atomic run/LABEL RUN issue when exposing container ports to the host





On Mon, Aug 24, 2015 at 4:12 PM, Colin Walters <walters verbum org> wrote:
On Wed, Aug 19, 2015, at 03:42 PM, Avesh Agarwal wrote:
Hi,
 
I am having issues with "atomic run" and also with LABEL RUN where the exposed ports in container are not being published to the host. I have following in Dockerfile:
 
LABEL RUN="docker run -d -p 4001:4001 -p 7001:7001 -p 2379:2379 -p 2380:2380  IMAGE"
 
Ah...this is because /usr/bin/atomic originated for use with SPCs...it has `--net=host` hardcoded, which breaks port mappings.
 
We're going to need more semantic work in /usr/bin/atomic to support non-SPC cases.  This is probably best discussed in an issue on projectatomic/atomic; want to file it?

https://github.com/projectatomic/atomic/issues/129

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]