https://github.com/applicativesystem/docker-ruby
ruby class for docker
https://github.com/applicativesystem/docker-ruby
devops devops-tools docker ruby ruby-gem
Last synced: 9 months ago
JSON representation
ruby class for docker
- Host: GitHub
- URL: https://github.com/applicativesystem/docker-ruby
- Owner: applicativesystem
- License: mit
- Created: 2024-08-20T20:52:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T20:55:15.000Z (over 1 year ago)
- Last Synced: 2024-12-16T02:12:08.780Z (about 1 year ago)
- Topics: devops, devops-tools, docker, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-ruby
- A ruby class coded to get all the information on the running docker containers with their names and sizes.
- You can initialize the class and then pull all the information.
```
Docker.new.docker_names
REPOSITORY
ubuntu
hubproxy.docker.internal:5555/docker/desktop-kubernetes
registry.k8s.io/kube-apiserver
registry.k8s.io/kube-scheduler
registry.k8s.io/kube-controller-manager
registry.k8s.io/kube-proxy
docker/desktop-vpnkit-controller
registry.k8s.io/coredns/coredns
registry.k8s.io/etcd
registry.k8s.io/pause
docker/desktop-storage-provisioner
Docker.new.docker_sizes
SIZE
77.8MB
418MB
121MB
112MB
58.4MB
71.1MB
36.2MB
53.6MB
296MB
744kB
41.9MB
```
Gaurav Sablok \
University of Potsdam \
Potsdam,Germany