Какой URL?
- В том же container:
localhost:PORT. - Соседний service:
service:CONTAINER_PORT. - С host:
HOST_IP:HOST_PORT.
Публикация
-p HOST:CONTAINER
-p 127.0.0.1:8080:80Внутренний traffic не требует published port.
Storage
- Bind: source/workspace/reports.
- Volume: DB persistent data.
- tmpfs: memory-only temp data.
- Writable layer: disposable state.
Triage
- Source namespace.
- Общая network и DNS.
- Target listen address/port.
- Published port для host access.
- Mount path и UID/GID.