rancher / os

Tiny Linux distro that runs the entire OS as Docker containers
https://rancher.com/docs/os/v1.x/en/
Apache License 2.0
6.45k stars 656 forks source link

links: links key is not enabled for services #223

Open deniseschannon opened 9 years ago

deniseschannon commented 9 years ago

In v0.3.0, links key is not enabled.

Example yaml:

links: 
  - db
  - db:databse
deniseschannon commented 9 years ago

It doesn't show up when I do a docker inspect of a service that was enabled with links.

Example service:

nginx:
  links:
  - network
  net: host
  labels:
  - io.rancher.os.scope=system
  image: nginx