Gianluca Arbezzano
e36b76885e
Added install support on make
...
Fixed #1544
I added `make install` support. By default it does:
```
cp -r ./bin/* /usr/local/bin
```
There is a env var `$PREFIX` in make. By default it's `/usr/local`
Signed-off-by: Gianluca Arbezzano <gianarb92@gmail.com>
2017-04-14 09:34:51 +02:00
Justin Cormack
89c642eac1
Rename Moby to LinuxKit part 1
...
This covers the base docs; I also did a bunch of cleanup and
remove old docs that are no longer needed.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-12 11:44:06 +01:00
Justin Cormack
2f7f274147
Merge pull request #1534 from justincormack/yaml-doc
...
Add initial overview of the yaml config
2017-04-08 20:05:35 +01:00
Justin Cormack
aa3e6fdc9f
Add initial overview of the yaml config
...
Needs expanding with more details, but a start.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-08 17:14:07 +01:00
Justin Cormack
24493812b1
Remove running instructions using make
...
These no longer work.
Needs updating once `qemu` support merged.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-07 16:13:55 +01:00
Justin Cormack
958dd89891
Simplify the instructions if you already have Go installed
...
Most use cases can just do `go get`.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-07 15:03:39 +01:00
Justin Cormack
6dc0ee4748
Remove Makefile targets that build moby.yml
...
Its trivial to just do `bin/moby build moby` etc.
Just leaving test targets, which should really move
out of root later.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-04-07 14:54:41 +01:00
Riyaz Faizullabhoy
52fa33d6d1
first pass at security docs
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2017-03-30 17:22:58 -07:00
Justin Cormack
44f2dbf723
Merge pull request #1397 from justincormack/more-docs
...
Architecture overview
2017-03-28 23:10:12 +02:00
Justin Cormack
f27c450268
Architecture overview
...
- also some tweaks in README.
fix #1394
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-03-28 15:29:34 +02:00
Justin Cormack
dec68b047b
Fix go install path
...
Fix #1388
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-03-27 10:41:10 +01:00
Rolf Neugebauer
e9fbe43b34
Rename .yaml to .yml
...
docker-compose and other utilities use the .yml extension.
For consistency rename all .yaml to .yml
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-03-27 09:53:26 +02:00
Justin Cormack
7925c86ae7
Add link to reports from main README
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-03-26 12:42:14 +01:00
Justin Cormack
668408614f
Use moby run to run hyperkit in Makefile
...
- cut down the hyperkit script but leave as reference for now
- an error left over after shutdown that needs removing at some point
fix #1375
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-03-24 18:52:42 +00:00
Riyaz Faizullabhoy
5cfd1389c4
readme: edits to security language
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2017-03-22 14:16:22 -07:00
Rolf Neugebauer
757905d845
Merge pull request #1360 from rneugeba/cmd
...
Introduce subcommands to 'moby' and add a 'run' sub command
2017-03-22 14:53:07 +00:00
Justin Cormack
1f14c347f6
Add the beginings of a roadmap and faq
...
Needs expansion, but got to start somewhere...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-03-22 14:48:50 +00:00
Rolf Neugebauer
c4fcac7f02
docs: Add 'moby run' to the README
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-03-22 14:47:56 +00:00
Rolf Neugebauer
759637b3f0
moby: Introduce the "build" subcommand
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-03-22 14:38:02 +00:00
Justin Cormack
e643f4a454
Move Go code to src/cmd
...
This does not get everything where we want it finally, see #1266
nor the optimal way of building, but it gets it out of top level.
Added instructions to build if you have a Go installation.
Not moving `vendor` yet.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-03-21 14:37:23 +00:00
Justin Cormack
5ea46b9644
Improve README
...
- better summary of aims of project for new visitors
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-03-19 20:32:16 +00:00
Riyaz Faizullabhoy
acc762d8c9
docs: update README formatting and some additional info
...
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2017-03-13 10:46:58 +00:00
Justin Cormack
e7ae5df69d
Add some more info about config file
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-03-07 13:39:45 +00:00
Justin Cormack
5ab5b32413
Cleanup after merge
...
- update README
- script to start qemu
- fixes to hyperkit
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-03-07 12:23:53 +00:00
Justin Cormack
e579b09a5c
Remove aufs4.4 reference from make media
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-01-18 16:28:43 +00:00
Justin Cormack
b0c67f3c9a
Update README with kernel variants
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2017-01-12 10:04:13 +00:00
Justin Cormack
ccaec25074
Small update to the README
...
- cover branches
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-12-15 09:16:38 -08:00
Justin Cormack
459809929c
update README with build reqs
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-12 16:36:01 +01:00
Justin Cormack
210aef2a50
Remove xhyve
...
See #443
We now use qemu for testing, having a copy of xhyve in the tree is no
longer useful. Should add documentation for how to run in hyperkit instead.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-08-31 14:30:17 +01:00
Justin Cormack
c3f73b7187
update README for qemu, arm support
...
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
2016-01-19 10:44:03 +00:00
Justin Cormack
7858a234b7
add copy of xhyve for easy testing on Mac
...
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
2015-12-08 16:32:19 +00:00
Justin Cormack
0fa1e68dc6
Initial requirements
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2015-11-26 15:17:40 +00:00