README.md in docker-api-2.0.0 vs README.md in docker-api-2.1.0
- old
+ new
@@ -32,10 +32,12 @@
Usage
-----
docker-api is designed to be very lightweight. Almost no state is cached (aside from id's which are immutable) to ensure that each method call's information is up to date. As such, just about every external method represents an API call.
+At this time, basic `podman` support has been added via the podman docker-compatible API socket.
+
## Starting up
Follow the [installation instructions](https://docs.docker.com/install/), and then run:
```shell
@@ -73,11 +75,9 @@
irb(main):003:0> Docker.url
=> "tcp://example.com:1000"
irb(main):004:0> Docker.options
=> {}
```
-
-Before doing anything else, ensure you have the correct version of the Docker API. To do this, run `Docker.validate_version!`. If your installed version is not supported, a `Docker::Error::VersionError` is raised.
### SSL
When running docker using SSL, setting the DOCKER_CERT_PATH will configure docker-api to use SSL.
The cert path is a folder that contains the cert, key and cacert files.