https://github.com/borud/udock
a minimal docker API that is a bit easier to use for simple tasks
https://github.com/borud/udock
Last synced: 8 months ago
JSON representation
a minimal docker API that is a bit easier to use for simple tasks
- Host: GitHub
- URL: https://github.com/borud/udock
- Owner: borud
- License: apache-2.0
- Created: 2025-02-01T16:47:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T13:14:34.000Z (over 1 year ago)
- Last Synced: 2025-02-18T09:11:23.194Z (over 1 year ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# udock - minimal and simplified docker API
[](https://pkg.go.dev/github.com/borud/udock)
This is a minimal and simplified Docker API that is a bit more friendly to use when your needs are limited. The intended use for this utility is mostly to make it easier to write quick utility functions and tests.