-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.
Description
/kind bug
Description
There is no network access from inside the containers when doing podman run
on an Atomic Host system.
Steps to reproduce the issue:
- Boot F28AH or RHELAH
- podman run --rm docker.io/alpine ping -c 3 1.1.1.1
Describe the results you received:
# podman run --rm docker.io/alpine ping -c 3 1.1.1.1
PING 1.1.1.1 (1.1.1.1): 56 data bytes
--- 1.1.1.1 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
Describe the results you expected:
# podman run --rm --net=host docker.io/alpine ping -c 3 1.1.1.1
PING 1.1.1.1 (1.1.1.1): 56 data bytes
64 bytes from 1.1.1.1: seq=0 ttl=49 time=10.940 ms
64 bytes from 1.1.1.1: seq=1 ttl=49 time=10.927 ms
64 bytes from 1.1.1.1: seq=2 ttl=49 time=10.994 ms
--- 1.1.1.1 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
Additional information you deem important (e.g. issue happens only occasionally):
Only appears to affect Atomic Host systems.
Output of podman version
:
# podman version
Version: 0.5.3
Go Version: go1.10.2
OS/Arch: linux/amd64
Output of podman info
:
# podman info
host:
MemFree: 707727360
MemTotal: 2089435136
SwapFree: 0
SwapTotal: 0
arch: amd64
cpus: 1
hostname: micah-f28ah-vm0620a
kernel: 4.16.11-300.fc28.x86_64
os: linux
uptime: 1h 50m 10.13s (Approximately 0.04 days)
insecure registries:
registries: []
registries:
registries:
- docker.io
- registry.fedoraproject.org
- quay.io
- registry.access.redhat.com
store:
ContainerStore:
number: 5
GraphDriverName: overlay
GraphOptions:
- overlay.override_kernel_check=true
GraphRoot: /var/lib/containers/storage
GraphStatus:
Backing Filesystem: xfs
Native Overlay Diff: "true"
Supports d_type: "true"
ImageStore:
number: 6
RunRoot: /var/run/containers/storage
Additional environment details (AWS, VirtualBox, physical, etc.):
Testing was done with VMs in OpenStack environment.
Metadata
Metadata
Assignees
Labels
locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.