1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

38426 Commits

Author SHA1 Message Date
Tycho Andersen
07998bc386 add container creation support
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
2014-11-07 03:59:44 -06:00
Stéphane Graber
85e265a9f8 Merge pull request #15 from hallyn/m.2
document alternative random container names
2014-11-06 20:32:42 -05:00
hallyn
d79f9a682e Merge pull request #16 from stgraber/master
Tweak README a little bit
2014-11-07 02:32:19 +01:00
Stéphane Graber
4c762107e1 Tweak README a little bit
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>
2014-11-06 20:30:11 -05:00
Serge Hallyn
78fee28f14 document alternative random container names
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>
2014-11-07 02:27:34 +01:00
hallyn
74aa5414e6 Merge pull request #11 from stgraber/master
Convert CONTRIBUTING to markdown and some updates
2014-11-07 02:20:16 +01:00
hallyn
2200bd9d87 Merge pull request #13 from stgraber/stgraber/ssl-spec
Add ssl auth specification
2014-11-07 02:16:16 +01:00
Stéphane Graber
d041782a97 Merge pull request #14 from hallyn/m.1
add create to the spec
2014-11-06 20:07:16 -05:00
Serge Hallyn
1f4adddcbb add create to the spec
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>
2014-11-07 01:59:50 +01:00
Stéphane Graber
bbfcbff2a8 Add ssl auth specification
Closes #5

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2014-11-06 19:23:57 -05:00
Stéphane Graber
d4795f5c00 Merge pull request #12 from mesosphere/master
Create README.md
2014-11-06 18:58:56 -05:00
Patrick Reilly
2687a32ca4 Create README.md
Signed-off-by: Patrick Reilly <patrick@mesosphere.io>
2014-11-06 15:57:34 -08:00
Stéphane Graber
eec7d87b84 Convert CONTRIBUTING to markdown and some updates
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>
2014-11-06 18:43:49 -05:00
Stéphane Graber
8ea42b49bb Fix missing title mark in spec
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>
2014-11-06 16:27:43 -05:00
Stéphane Graber
fcf58016b0 Merge pull request #8 from ivuk/fix-typo
Fix a typo in daemon.go
2014-11-06 13:17:04 -05:00
Igor Vuk
d47f69c596 Fix a typo in daemon.go
Signed-off-by: Igor Vuk <parcijala@gmail.com>
2014-11-06 19:11:29 +01:00
Stéphane Graber
1e7738c248 Merge pull request #3 from tych0/first-steps
First steps
2014-11-06 12:07:32 -05:00
Gustavo Niemeyer
c9e1717b61 lxc: initial implementation of client
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
2014-11-06 10:52:22 -06:00
Tycho Andersen
27b15cb084 document the ping command
Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
2014-11-06 09:49:08 -06:00
Gustavo Niemeyer
96ee64684d lxd: initial implementation of the daemon
Listens on a unix pipe and optionally tcp, and currently only responds to a
ping command.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
2014-11-06 09:49:08 -06:00
hallyn
96229986d9 Merge pull request #2 from stgraber/master
Update to current standard DCO 1.1
2014-11-06 14:27:57 +01:00
Stéphane Graber
1b20619097 Update to current standard DCO 1.1
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>
2014-11-06 08:10:23 -05:00
Gustavo Niemeyer
c730d07e73 Add gnuflags package
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>
2014-11-06 05:32:51 -06:00
hallyn
a54f808cdb Merge pull request #1 from stgraber/master
Add command-line-user-experience specification
2014-11-06 00:05:05 +01:00
Stéphane Graber
8d02f17ceb Add command-line-user-experience specification
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2014-11-05 14:33:58 -05:00
Stéphane Graber
3153b57369 Add licensing and contributing guidelines
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2014-11-05 10:09:28 -05:00