peebles

Results 38 comments of peebles

I am using docker daemon on AWS version 17.03.0-ce and docker client on my laptop 1.9.1. I am using docker-compose 1.5.1 with the "version 1" syntax. I am using rancher/convoy...

Passing in { limt: 50, offset: 100 } is also ignored. Limit seems to be honored, but no matter what offset is, I always get the first page.

Turns out that other services registered with registrator also do not resolve, I was wrong about that.

For registrater, yes: FROM gliderlabs/alpine:3.1 ENTRYPOINT ["/bin/registrator"] COPY . /go/src/github.com/gliderlabs/registrator RUN apk-install -t build-deps go git mercurial \ && cd /go/src/github.com/gliderlabs/registrator \ && export GOPATH=/go \ && go get \...

Still a problem Docker version 20.10.11, build dea9396 $ docker compose -f staging/docker-compose.yml logs jobserver 1 error occurred: * option "logs --tail" on context type ECS.: unsupported flag

"serverless": "^2.60.0", "serverless-aws-alias-fixed": "^2.0.1", fails. ``` ... Serverless: Deprecation warnings: Detected unrecognized CLI options: "--alias", "--retain". Starting with the next major, Serverless Framework will report them with a thrown error...

I have something working ... I'll generate a PR request momentarily.

By the way ... sync() and fsfreeze() for for EBS driver. For VFS, fsfreeze() does not work... I guess that isn't supposed to work with NFS mounted file systems. I...

I am on node v14.19.3 (I know ...) I just "npm install aws-sdk" for a new project I am starting on. And I get this warning. Why is the default...

> The workaround is to use the non-acceleration image. What exactly is the non-acceleration image? nightly 2023-05-12 or nightly 2023-05-09 (from rpi Imager)? Or do I need to build an...