docr 0.1.1
docr
Docker client for Crystal.
Description
Remaining issues:
- Test all endpoint functions
- Make sure models are complete
- Extend client to support calls over network
PRs are always welcomed!
Installation
-
Add the dependency to your
shard.yml
:dependencies: docr: github: marghidanu/docr
-
Run
shards install
Usage
require "docr"
Supported API calls
Containers
- ContainerList
- ContainerCreate
- ContainerInspect
- ContainerTop
- ContainerLogs
- ContainerChanges
- ContainerStats
- ContainerStart
- ContainerStop
- ContainerRestart
- ContainerKill
- ContainerUpdate
- ContainerRename
- ContainerPause
- ContainerUnpause
- ContainerAttach
- ContainerWait
- ContainerDelete
Images
- ImageList
- ImageBuild
- ImageCreate
- ImageInspect
- ImageHistory
- ImagePush
- ImageTag
- ImageDelete
Networks
- NetworkList
- NetworkCreate
- NetworkInspect
- NetworkConnect
- NetworkDisconnect
- NetworkDelete
Volumes
- VolumeList
- VolumeCreate
- VolumeInspect
- VolumeDelete
Exec
- ContainerExec
- ExecStart
- ExecInspect
System
- SystemAuth
- SystemInfo
- SystemVersion
- SystemPing
- SystemEvents
- SystemDataUsage
Contributors
- Tudor Marghidanu - creator and maintainer
- Troy Sornson - contributor
Repository
docr
Owner
Statistic
- 12
- 3
- 0
- 2
- 1
- 2 months ago
- February 2, 2021
License
MIT License
Links
Synced at
Thu, 21 Nov 2024 05:01:33 GMT
Languages