vladaionescu/leveros

make fastrun fails with error

vagelim opened this issue · 2 comments

Quickstart step make fastrun fails with the following output:

 => make fastrun
/Applications/Xcode.app/Contents/Developer/usr/bin/make HAVE_GO="" HAVE_PROTOC="" runcommon
/Applications/Xcode.app/Contents/Developer/usr/bin/make \
        clean-containers \
        init-dbdata \
        /Users/evanmouzakitis/Documents/Code/leveros/repo \
        admin-env
docker kill
docker: "kill" requires a minimum of 1 argument.
See 'docker kill --help'.

Usage:  docker kill [OPTIONS] CONTAINER [CONTAINER...]

Kill a running container
make[2]: [clean-containers] Error 1 (ignored)
docker rm -f --volumes
docker: "rm" requires a minimum of 1 argument.
See 'docker rm --help'.

Usage:  docker rm [OPTIONS] CONTAINER [CONTAINER...]

Remove one or more containers
make[2]: [clean-containers] Error 1 (ignored)
docker run --rm -v leveros_dbdata:/leveros/dbdata \
        leveros/aerospikedev \
        bash -c "chown -R aerospike:aerospike /leveros/dbdata"
mkdir -p /Users/evanmouzakitis/Documents/Code/leveros/repo
chmod o+rwx /Users/evanmouzakitis/Documents/Code/leveros/repo
mkdir -p /Users/evanmouzakitis/Documents/Code/leveros/repo/admin.lever/admin/1
chmod o+rwx /Users/evanmouzakitis/Documents/Code/leveros/repo/admin.lever/admin/1
if [ -n "" ]; then /Applications/Xcode.app/Contents/Developer/usr/bin/make GO_OUTPUT=build/bin/adminservice GO_MAIN_TARGET=./cmd/adminservice/main.go build/bin/adminservice ; else test -f build/bin/adminservice || docker run --rm -v "/Users/evanmouzakitis/Documents/Code/leveros":/go/src/github.com/leveros/leveros -w /go/src/github.com/leveros/leveros -e GOOS=linux -e GOARCH=amd64 -e CGO_ENABLED=0 golang:1.6.1-alpine go build -ldflags "-X main.Version=0.1.1 -X main.GitHash=a892919e443fcbc89fd0ead711e6e2ceb494751c"  -o build/bin/adminservice ./cmd/adminservice/main.go ; fi
docker-compose up -d --force-recreate consul aerospike
ERROR: In file './docker-compose.yml' service 'version' doesn't have any configuration options. All top level keys in your docker-compose.yml must map to a dictionary of configuration options.
make[1]: *** [runcommon] Error 1
make: *** [fastrun] Error 2

Hi there, which version of docker-compose are you using?

Hey, sorry for the non-issue (was using v1.5).