hypercli
hypercli copied to clipboard
[bug] Can't ping linked container's name
hyper run -d --name container1 busybox top
hyper run -it --link container1:alias1 busybox sh
ping alias1 works
ping container1 failed