Justin Cormack
c003897b75
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
785e1cea4e
Merge pull request #1248 from justincormack/remove-alpine
...
Out with the old, in with the new Moby
2017-03-07 09:37:20 +00:00
Justin Cormack
cd08084738
Out with the old, in with the new Moby
...
- remove remainder of editions code
- add a new check container to run tests without Docker
- switch over `make test` to use new command to build tests
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-03-06 22:28:41 +00:00
Tycho Andersen
90640d6308
fix some shellcheck issues
...
In d4m.sh line 14:
(cd $DB && \
^-- SC2086: Double quote to prevent globbing and word splitting.
In d4m.sh line 21:
(cd $DB; git reset --hard)
^-- SC2086: Double quote to prevent globbing and word splitting.
In d4m.sh line 22:
if [ -f ${DB}/${DB_BRIDGE} ]; then
^-- SC2086: Double quote to prevent globbing and word splitting.
In d4m.sh line 23:
content=$(cat ${DB}/${DB_BRIDGE})
^-- SC2086: Double quote to prevent globbing and word splitting.
In d4m.sh line 24:
[ ${content} != "1" ] && enable_bridge
^-- SC2086: Double quote to prevent globbing and word splitting.
In d4m.sh line 34:
dd if=/dev/zero of=$DISK bs=1048576 count=256
^-- SC2086: Double quote to prevent globbing and word splitting.
Signed-off-by: Tycho Andersen <tycho@docker.com >
2017-03-06 13:25:45 -08:00
Rolf Neugebauer
91c2710038
scripts: Fix enabling of VPNKit L2 bridge mode
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-03-01 16:28:31 -08:00
Justin Cormack
169f3e670b
slirp binary renamed to vpnkit
...
Recently com.docker.slirp was renamed.
Please update Docker for Mac before using this script...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-28 17:52:38 -08:00
Rolf Neugebauer
f48fa88505
scripts: Add script to run a hyperkit with moby on the DfM network
...
This requires a VPNKit which includes https://github.com/docker/vpnkit/pull/188
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-02-23 11:26:49 -08:00
Justin Cormack
ed12fe5823
dd unit size is very non standard, just use numbers
...
On OSX the system version uses `m` but `brew` will install a version
that only understands `M`...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-13 11:50:07 +00:00
Justin Cormack
98ff54a3e5
Fix OSX script for directory moves
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-09 13:59:16 +00:00
Justin Cormack
0eeb188e26
Move hyperkit script to scripts directory
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-06 15:28:32 +00:00
Justin Cormack
c9c400bf56
Clean up scripts
...
- the binfmt script is not needed
- rename the script to instal in Docker for Mac
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-12-19 17:06:41 +00:00
Justin Cormack
b8ad52d2e5
Add some missing --rm in docker run
...
Some of these were missing, leaving strays around.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-12-09 09:08:22 -08:00
Justin Cormack
2b75883e36
improve restart of osx script
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-11-14 20:34:57 +00:00
Natanael Copa
3cb758c4ae
Only backup vmlinuz/initrd once with moby script
...
We probably want keep the backup of the original so don't overwrite
backup if it exists.
Signed-off-by: Natanael Copa <natanael.copa@docker.com >
2016-07-26 17:33:32 +02:00
Natanael Copa
cf583a911e
Minor readabaility cleanup of scripts/moby.sh
...
Use a variable $mobydir to make script more readable. No changes in
functionality.
Signed-off-by: Natanael Copa <natanael.copa@docker.com >
2016-07-26 17:33:32 +02:00
Natanael Copa
0bb80957bc
Move built kernel to arch specific subdir
...
We want be able to build kernels for different archs without that they
clash with each other so we but the generated files into an $arch subdir.
Signed-off-by: Natanael Copa <natanael.copa@docker.com >
2016-07-25 17:18:02 +02:00
Justin Cormack
09e966b3a2
modernise...
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-07-12 16:02:49 +01:00
Justin Cormack
c008b08ddf
posixly correct
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-07-12 15:44:43 +01:00
Justin Cormack
da374fb13a
clean up moby script, add undo option
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-07-12 13:34:49 +01:00
Rolf Neugebauer
53dcbaf52a
win: remove PS script and documentation. They live elsewhere now
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2016-02-05 16:58:59 -08:00
Rolf Neugebauer
74d832b4f4
doc: Add notes on how to run docker against MobyLinux
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2016-01-28 15:09:48 -08:00
Rolf Neugebauer
95509ea04e
Hyper-V: remove the force stop now that the Hyper-V deamons are running
...
Also, minor, unrelated tweak to the documentation
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2016-01-28 09:17:44 -08:00
Rolf Neugebauer
9bf3fec8af
hyperv: Add script and notes on how to boot Moby on Hyper-V
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2016-01-25 17:46:45 +00:00
Justin Cormack
6bb7c8edbf
improve script
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-01-22 18:36:34 +00:00
Justin Cormack
01fcef3fe9
script to restart docker4mac
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2016-01-22 17:37:27 +00:00
Justin Cormack
23af8f1fed
fix binfmat paths
...
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com >
2016-01-08 10:49:13 +00:00
Justin Cormack
13bfb790dc
add in all the other architectures from binfmt misc and script to generate them
...
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com >
2016-01-07 16:12:35 +00:00