docker-client-swift icon indicating copy to clipboard operation
docker-client-swift copied to clipboard

This is a Docker Client written in Swift. It's using the NIO Framework to communicate with the Docker Engine via sockets.

Results 1 docker-client-swift issues
Sort by recently updated
recently updated
newest added

This is a great and promising library! Looking at the code, it looks like currently, only local Docker daemons are supported via Unix socket connections. Is there a plan to...