This changes the markdown style in README to match that used everywhere
else in the branch.
It also adds a reference to the bug tracker and CONTRIBUTING.md.
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Perhaps we'll decide not to do it this way, but let's add the
possibility to the spec and consider it.
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
I suspect we may actually want to support --ephemeral, but it's too
late at night to think through the cases of that (i.e. I assume we'd
only want persistent ephemeral containers, and in that case is it
worth having them). So here's the basic blurb.
Changelog 201411070156:
1. remove the 'copy' command as it is superfluous
2. remove the sentence fragment about applying profiles to existint
containers.
3. update the 'start' description.
I don't think I managed to capture what Stéphane wanted me to say about
start being like create with also starting, but since it doesn't always
create I wasn't sure how to do it. I do think my update makes it just a
bit claerer than it was.
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This converts the original CONTRIBUTING document to markdown for better
rendering on github.
Additionally this removes some wording which was e-mail/patch specific
and instead refers to changes as contributions or commits.
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
The "remote operations" section wasn't marked as such in markdown,
leading to a rather confusing rendering.
Reported-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
The previous version was an IBM-modified one from LXC. Instead let's use
the standard DCO 1.1 as it currently is on developercertificate.org.
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
The go flags package doesn't handle gnu-style flags, which we'd like to
support. The convention for this package is to have it in-tree.
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>