Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

[bug] inspect field HostConfig.Links is not consist with docker #76

Open
Crazykev opened this issue May 10, 2016 · 0 comments
Open

[bug] inspect field HostConfig.Links is not consist with docker #76

Crazykev opened this issue May 10, 2016 · 0 comments

Comments

@Crazykev
Copy link
Contributor

hyper run -d --name A busybox top
hyper run -d --name B --link A:aliasA busybox top
hyper inspect -f {{ .HostConfig.Links }} $container_id

Got: "A:aliasA"
Expected: "/A:/B/aliasA"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant