dustymabe added a new comment to an issue you are following:
``
@ttomecek i actually was thinking something more like this:

```
LABEL 
HELP='http://pkgs.fedoraproject.org/cgit/docker/cockpit.git/plain/README.md?h=f25'
```

The user can then choose to open that in the browser or use curl. I think what 
@baude was saying is that this doesn't fit the command description because it's 
not a "command to run".

We could get around this by having:

```
LABEL HELP='echo 
http://pkgs.fedoraproject.org/cgit/docker/cockpit.git/plain/README.md?h=f25'
```

or for containers with very simple "help":

```
LABEL HELP='echo "run the container like docker run fedora/apache"' 
```

Not sure if this is great, but it would work. 


``

To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/256
_______________________________________________
cloud mailing list -- cloud@lists.fedoraproject.org
To unsubscribe send an email to cloud-le...@lists.fedoraproject.org

Reply via email to