Remove support for boot2docker

This commit is contained in:
Joe Beda
2016-08-10 15:51:23 -07:00
parent 889e976621
commit 17454a04ac
8 changed files with 18 additions and 57 deletions

View File

@@ -39,7 +39,3 @@ docker:
docker-clean:
docker rmi clustering-seqdiag || true
docker images -q --filter "dangling=true" | xargs docker rmi
.PHONY: fix-clock-skew
fix-clock-skew:
boot2docker ssh sudo date -u -D "%Y%m%d%H%M.%S" --set "$(shell date -u +%Y%m%d%H%M.%S)"

View File

@@ -56,10 +56,6 @@ The first run will be slow but things should be fast after that.
To clean up the docker containers that are created (and other cruft that is left
around) you can run `make docker-clean`.
If you are using boot2docker and get warnings about clock skew (or if things
aren't building for some reason) then you can fix that up with
`make fix-clock-skew`.
## Automatically rebuild on file changes
If you have the fswatch utility installed, you can have it monitor the file