You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create an Image from a Dockerfile and stream the logs
214
219
Docker::Image.build_from_dir('.') do |v|
215
220
if (log =JSON.parse(v)) && log.has_key?("stream")
@@ -504,6 +509,10 @@ image 'repo:new_tag' => 'repo:tag' do
504
509
end
505
510
```
506
511
512
+
## Known issues
513
+
514
+
* If the docker daemon is always responding to your requests with a 400 Bad Request when using UNIX sockets, verify you're running Excon version 0.46.0 or greater. [Link](https://github.com/swipely/docker-api/issues/381)
515
+
507
516
## Not supported (yet)
508
517
509
518
* Generating a tarball of images and metadata for a repository specified by a name: https://docs.docker.com/engine/reference/api/docker_remote_api_v1.14/#get-a-tarball-containing-all-images-and-tags-in-a-repository
0 commit comments