Coder Social home page Coder Social logo

reactive-docker's People

Contributors

almoehi avatar elkorn avatar hrapp avatar kasper-f avatar mausch avatar ratulmukh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

reactive-docker's Issues

test cases not running

I fork and run the test but sbt complains with a

Could not create an instance of test.DockerUsecaseSpec
[error]
[error] java.lang.Exception: Could not instantiate class test.DockerUsecaseSpec
[error] caused by java.lang.reflect.InvocationTargetException
[error] caused by java.lang.NullPointerException

Upgrade to support v17

Changes:

The most "breaking" change is addition of the ```label feature. I gues this will break the JSON parsers in some cases.

The build supports LABEL command. Use this to add metadata to an image. For example you could add data describing the content of an image.

LABEL "com.example.vendor"="ACME Incorporated"

New! POST /containers/(id)/attach and POST /exec/(id)/start

New! Docker client now hints potential proxies about connection hijacking using HTTP Upgrade headers.

POST /containers/create

New! You can set labels on container create describing the container.

GET /containers/json

New! The endpoint returns the labels associated with the containers (Labels).

GET /containers/(id)/json

New! This endpoint now returns the list current execs associated with the container (ExecIDs). This endpoint now returns the container labels (Config.Labels).

POST /containers/(id)/rename

New! New endpoint to rename a container id to a new name.

POST /containers/create POST /containers/(id)/start

New! (ReadonlyRootfs) can be passed in the host config to mount the container's root filesystem as read only.

GET /containers/(id)/stats

New! This endpoint returns a live stream of a container's resource usage statistics.

GET /images/json

New! This endpoint now returns the labels associated with each image (Labels).

Upgrade to support v14

Changes:

New! The hostConfig option now accepts the field CapAdd, which specifies a list of capabilities to add, and the field CapDrop, which specifies a list of capabilities to drop.

POST /images/create

New! The fromImage and repo parameters now supports the repo:tag format. Consequently, the tag parameter is now obsolete. Using the new format and the tag parameter at the same time will return an error.

Is this project maintained?

Hi I was wondering if you are still interested in maintaining this project. I forked the repo and have introduced several fixes. My company is using this library as and underlying component of a higher level project we are planning to release soon. I would be happy to take over maintenance of the repo, if you want.

Thanks

Be able to attach before starting a container

Hey,

AFAIK, you have to attach before starting a container, otherwise you risk losing some early data.

I'm not sure, but I think this API does not support this: you cannot know when you have successfully attached, since the Future attachStream returns never completes if the container is not running.

Upgrade to support v13

Changes:

New! Sockets parameter added to the /info endpoint listing all the sockets the daemon is configured to listen on.

POST /containers/(name)/start POST /containers/(name)/stop

New! start and stop will now return 304 if the container's status is not modified

POST /commit

New! Added a pause parameter (default true) to pause the container during commit

Upgrade to support v15

Changes:

POST /containers/create

New! It is now possible to set a container's HostConfig when creating a container. Previously this was only available when starting a container.

Upgrade to support v18

Changes:

GET /version

New! This endpoint now returns Os, Arch and KernelVersion.

POST /containers/create POST /containers/(id)/start

New! You can set ulimit settings to be used within the container.

GET /info

New! This endpoint now returns SystemTime, HttpProxy,HttpsProxy and NoProxy.

GET /images/json

New! Added a RepoDigests field to include image digest information.

POST /build

New! Builds can now set resource constraints for all containers created for the build.

New! (CgroupParent) can be passed in the host config to setup container cgroups under a specific cgroup.

POST /build

New! Closing the HTTP request will now cause the build to be canceled.

Upgrade to support v16

Changes:

GET /info

New! info now returns the number of CPUs available on the machine (NCPU), total memory available (MemTotal), a user-friendly name describing the running Docker daemon (Name), a unique ID identifying the daemon (ID), and a list of daemon labels (Labels).

POST /containers/create

New! You can set the new container's MAC address explicitly.

New! Volumes are now initialized when the container is created.

POST /containers/(id)/copy

New! You can now copy data which is contained in a volume.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.