8000 Content of /proc/net/tcp not what it is supposed to be · Issue #143 · gliderlabs/docker-alpine · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Content of /proc/net/tcp not what it is supposed to be #143
Open
@robinmonjo

Description

@robinmonjo

I've noticed something weird I couldn't reproduce on other docker images such as ubuntu or on a "real" distribution (i.e: not running in a container engine).

When I launch the command: nc -l 9999, I expect to see the in /proc/net/tcp something like this:

0: 00000000:270F 00000000:0000 0A 00000000:00000000 00:00000000 00000000     0        0 132769 1 ffff880078ff4040 100 0 0 10 0

where the 00000000:270F part corresponds to <local_addr>:<local_port>. In this sample, I see 0.0.0.0:9999 (once converted to decimal). However on alpine docker I see random number for the port part instead of the 9999 I expect.

Here is a screenshot of my session:

screen shot 2016-02-11 at 18 06 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0