An open API service indexing awesome lists of open source software.

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

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