Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techempower/dockurl
Synchronous low-level Docker API library written in Rust.
https://github.com/techempower/dockurl
curl docker
Last synced: 3 months ago
JSON representation
Synchronous low-level Docker API library written in Rust.
- Host: GitHub
- URL: https://github.com/techempower/dockurl
- Owner: TechEmpower
- License: other
- Created: 2020-07-31T23:51:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T21:19:21.000Z (almost 3 years ago)
- Last Synced: 2024-08-10T23:16:50.656Z (6 months ago)
- Topics: curl, docker
- Language: Rust
- Homepage:
- Size: 45.9 KB
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dockurl
[![Build Status](https://github.com/TechEmpower/dockurl/workflows/build/badge.svg?branch=master&event=push)](https://github.com/TechEmpower/dockurl/actions?query=workflow%3Abuild+branch%3Amaster)
**WARNING**: This library was written for the explicit use of
[TFBToolset](https://github.com/techempower/TFBToolset) and should
**NOT** be used in any other production setting. Much of `dockurl` is simply
`todo`s at present, and may never be implemented.`dockurl` is a synchronous low-level
[Docker API](https://docs.docker.com/engine/api/v1.40/) Rust library. It relies
upon the [curl](https://crates.io/crates/curl) Rust library. As such,
`dockurl` works on any platform with `libcurl`.## Authors
* **Mike Smith** - *Initial work* - [msmith-techempower](https://github.com/msmith-techempower)
## License
This project is licensed under the BSD-3-Clause License - see the [LICENSE](LICENSE) file for details