mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-29 14:33:49 +00:00
5df2c878a1
As of 1.3 `docker ps` no longer shows links between containers.
This updates the documentation to reflect that change.
sudo docker docker inspect -f "{{ .HostConfig.Links }}" web
Signed-off-by: Philipp Weissensteiner <mail@philippweissensteiner.com>