Jonathan Boulle
99002346d6
*: fix appc links
2015-06-08 22:57:12 -07:00
Tauren Mills
d82ffd580f
Clarify required version of vagrant
...
The `vagrant up` command fails on OSX with the message `The box 'ubuntu/trusty64' could not be found.` Upgrading vagrant solves the problem.
2015-05-30 13:13:11 -07:00
Alban Crequy
a07bdc34b9
version: bump to v0.5.6
2015-05-28 17:27:21 +02:00
Jonathan Boulle
d574299387
Merge pull request #828 from jonboulle/building
...
docs: intro building ACIs in README
2015-05-11 17:43:43 -07:00
Jonathan Boulle
b0c3e60fac
README: add some notes on building ACIs
2015-05-02 00:08:19 -07:00
Brandon Philips
40ced98c32
version: bump to v0.5.5
2015-05-01 19:16:44 -04:00
Jonathan Boulle
8e3e8177b1
Merge pull request #786 from jonboulle/docs
...
docs: add basic systemd doc
2015-04-29 08:53:19 -07:00
Jonathan Boulle
c8a7050a88
version: bump to v0.5.4
2015-04-23 10:39:30 -07:00
Jonathan Boulle
c0474186ca
docs: add basic systemd doc
2015-04-20 16:44:43 -07:00
Jonathan Boulle
dcad957ddf
*: add initial cut at roadmap and update readme
2015-04-19 18:44:14 -07:00
Jonathan Boulle
46c3a6065c
docs: flesh out app-container introduction
2015-04-19 12:58:42 -07:00
Jonathan Boulle
cb4ecbbf3c
README: add appc and project status mentions
2015-04-19 10:23:20 -07:00
Jonathan Boulle
6bd38f407c
README: update to add key features
2015-04-19 10:14:04 -07:00
Jonathan Boulle
928a35b38e
README: add semaphoreci badge
2015-04-10 16:22:22 -07:00
Matthias Lübken
053b7c07c4
Update README.md
...
Added section about Vagrant.
2015-04-02 01:24:57 +02:00
Jonathan Boulle
a8afce77b6
version: bump to v0.5.3
2015-03-31 20:38:54 -07:00
Jonathan Boulle
79753c9b19
*: rocket -> rkt
2015-03-31 16:31:21 -07:00
Rob Szumski
5443c35c5c
logos: update logos
2015-03-31 15:33:12 -07:00
Jonathan Boulle
16bcfe9750
version: bump to v0.5.2
2015-03-30 23:10:05 -07:00
Jonathan Boulle
3117f69c56
version: bump to v0.5.1
2015-03-26 15:31:44 -07:00
Akshay Dixit
b418e6e00e
Update README.md
...
Fixed version typo
2015-03-26 17:44:38 +05:30
Jonathan Boulle
2a7f96f577
version: bump to 0.4.2
2015-03-19 11:22:41 -07:00
Brandon Philips
f80f105dbb
README: bump quickstart instructions to 0.4.1
2015-03-18 13:01:27 -07:00
Brandon Philips
e22de65e79
rkt: use .asc instead of .sig files
...
Use the standard PGP file extension of .asc instead of .sig. This was
changed in the the 0.4.0 spec.
2015-03-08 10:37:12 -04:00
Phaneendra Chiruvella
df803aaa26
readme: minor typo fix in README.md
2015-02-14 20:41:43 +05:30
Jonathan Boulle
546e96641e
*: rework documentation
...
- Update README to include contributing/contact sections
- Split out appc description into its own document
- Split out stages description into architecture document (will soon be
in need of more updates)
- Standardise on "Rocket" instead of "rocket"
- Add godoc link
2015-02-13 09:35:03 -08:00
Brandon Philips
330e69f846
Merge pull request #519 from robszumski/docs-mount
...
docs: explain volumes
2015-02-11 15:38:30 -08:00
Rob Szumski
43a29fd811
docs: fix --volume flags
2015-02-11 15:33:05 -08:00
Vito Caputo
797baa098c
*: rename stage1 entrypoint annotation from init->run
...
Currently the annotation "coreos.com/rocket/stage1/init" represents the stage1
entrypoint used by `rkt run`. Renaming to "coreos.com/rocket/stage1/run" is
more consistent and self-documenting, aligning with the `rkt enter` entrypoint
annotation "coreos.com/rocket/stage1/enter".
2015-02-09 13:45:31 -08:00
Yoshua Wuyts
2670d02aa0
readme: bump rocket version to 0.3.1
...
This updates the recommended rocket install to the latest release. Thanks!
2015-02-07 19:41:21 +01:00
Rob Szumski
9092e2965d
readme: fix more minor inaccuracies
2015-02-06 12:04:44 -08:00
Rob Szumski
a6aaafc592
readme: fix minor inaccuracies
2015-02-06 12:00:15 -08:00
Rob Szumski
2804275cb3
readme: use etcd 2.0 instead RC
2015-02-06 11:54:13 -08:00
Rob Szumski
4528ef18c8
readme: remove references to specific version
2015-02-06 11:33:42 -08:00
Rob Szumski
88d5f4ab3f
readme: add rkt trust
2015-02-06 10:47:46 -08:00
Vito Caputo
d4e88ef57e
rkt: disable discovery in stage1 image fetching
...
Fixes #457
2015-02-03 19:18:12 -08:00
James Bayer
847b656cff
updated ubuntu getting started for 0.2.0
...
update README with detailed trust step-by-step link
2015-01-24 22:56:07 -08:00
Jonathan Boulle
619789253d
version: bump to v0.2.0
2015-01-23 14:22:09 -08:00
Josh Braegger
9caf276490
*: Use sha-512 digest format
...
Per appc/spec#8 , we should be using sha-512 hashes for speed
2014-12-16 16:37:25 -08:00
Rahul
13f675c7e6
README : Update sha256 hash of package
...
Updated sha256 hash of etcd-v0.5.0-alpha.4-linux-amd64.aci
2014-12-16 12:44:18 +05:30
Jonathan Boulle
65046ebea1
README: update for v0.1.1 of appc/spec
2014-12-11 13:23:39 -08:00
Daniel Farrell
009878ac09
General cleanup of README.
...
- Added CWD context to commands for clarity
- Added note about libseccomp dependency
- Re-worded some English for clarity
- Re-ordered Launching an ACI section for clarity
Signed-off-by: Daniel Farrell <dfarrell@redhat.com >
2014-12-11 12:33:43 -08:00
Jonathan Boulle
a1d7eb8e9c
*: move spec to new home
...
The appc spec has moved! Its new home is at https://github.com/appc/spec
This removes the spec (since it has already been migrated), and adds
placeholders linking to the new repo. It also updates rocket to
reference the spec repo _directly_ (i.e. NOT godepped). This means that
people will need to maintain the spec in their gopath for now when
building rocket.
2014-12-09 12:27:35 -08:00
Filippo Giunchedi
e68b663260
fix etcd sha256 in README.md
...
following the instructions I get a different hash:
$ wget -q https://github.com/coreos/etcd/releases/download/v0.5.0-alpha.4/etcd-v0.5.0-alpha.4-linux-amd64.aci
$ gzip -dc etcd-v0.5.0-alpha.4-linux-amd64.aci > etcd-v0.5.0-alpha.4-linux-amd64.tar
$ sha256sum etcd-v0.5.0-alpha.4-linux-amd64.tar
f9215c18b86f406c7cec4c7b45fd8752b5bfd1a492507d647821c2ce593fbf31 etcd-v0.5.0-alpha.4-linux-amd64.tar
2014-12-06 15:24:59 +00:00
Kelsey Hightower
396dbe88b4
Merge pull request #192 from virtualswede/master
...
readme: added information on how to generate the escape character
2014-12-04 00:45:39 -08:00
virtualswede
4a3aaefd78
readme: small changes to make the escape character generation look better
...
Changed it to proper code spans
2014-12-03 20:39:27 -05:00
Jonathan Boulle
d0851219c5
readme: add travis badge
2014-12-03 16:27:25 -08:00
virtualswede
19be097c8d
readme: added information on how to generate the escape character
...
Make sure that users understand that on different kayboard layouts you will have different ways of generating the escape character
2014-12-03 09:32:38 -05:00
Jonathan Boulle
8db0311fef
Merge pull request #150 from jonboulle/raf
...
Remove deprecated "RAF" term
2014-12-02 11:11:00 -08:00
beadon
72dbed38c5
missing command line option in example.
2014-12-02 11:33:11 -05:00