Tobias Gesellchen
Tobias Gesellchen
note to self: - `container` maps to a container name or a container id - `image` maps to an image name or an image id - `repository` maps to an...
ok, let's try to implement tasks achieving this one from the [official announcement](https://blog.docker.com/2016/06/docker-mac-windows-public-beta/): ``` docker swarm init docker network create -d overlay nginx_net docker service create --name nginx --replicas 2...
Please try version `2016-01-13T23-15-28`. It allows you to configure the query parameters when the whole build context is uploaded to the Docker builder. See https://github.com/gesellix/gradle-docker-plugin/blob/581badb351f9b7eefb7a2cffd862d294b96f120d/src/test/groovy/de/gesellix/gradle/docker/tasks/DockerBuildTaskSpec.groovy#L118 for an example. Please note:...
> That was a great idea. It's the official Docker client's default - it only has an effect on the intermediate containers which are created during the build of each...
Lets keep this issue opened for a more convenient way of building images from a custom Dockerfile and add a new issue for the templated/generated Dockerfile. Would you like to...
The docs for the current api version 1.41 now explicitly [describe the response headers](https://docs.docker.com/engine/api/v1.41/#operation/ContainerLogs) regarding the encoding and content-type: > logs returned as a stream in response body. For the...
A possible fix is https://github.com/moby/moby/pull/39812
Hm. Maybe wait for a better api on the OkHttp side? Tracking https://github.com/square/okhttp/issues/2311
Your example `"/path/to/project/root/./build/data:/data"` would be a simple String concatenation. Do you think using `Paths` to resolve the absolute directory would be even better?
Please also read this note on the same topic: https://github.com/docker-client/docker-compose-v3/issues/1#issue-235055919 My idea is to increase convenience for library users like you, while also keeping flexibility on the Docker api facing...