container system start
container run -d --name nettest -p 8080:80 docker.io/library/nginx:alpine
curl -v http://127.0.0.1:8080
IP=$(container ls | awk '/nettest/ {print $6}' | cut -d/ -f1)
curl -v http://$IP:80
sudo tcpdump -ni bridge100 "arp or host $IP"
- OS: macOS 26.3.1
- Xcode: Not installed; Command Line Tools only, version 26.2.0.0.1.1764812424
- Container: container CLI version 1.0.0 (build: release, commit: ee848e3)
I have done the following
Steps to reproduce
Problem description
Observed:
Expected:
Environment
Code of Conduct