https://github.com/mattmajestic/dockerviz
Visualize Dockerfiles in R
https://github.com/mattmajestic/dockerviz
cran-r docker docker-compose kubernetes
Last synced: 2 months ago
JSON representation
Visualize Dockerfiles in R
- Host: GitHub
- URL: https://github.com/mattmajestic/dockerviz
- Owner: mattmajestic
- Created: 2023-12-16T01:04:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T01:43:54.000Z (over 2 years ago)
- Last Synced: 2025-03-30T08:29:12.481Z (over 1 year ago)
- Topics: cran-r, docker, docker-compose, kubernetes
- Language: R
- Homepage: https://mattmajestic.github.io/dockeRviz/
- Size: 88.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dockeRviz 🐳
## 🐳 Introduction
dockeRviz is an R package for visualizing Docker and Kubernetes information. It helps users check their Docker and Kubernetes setups and gain insights into their configurations.
## 📦 Functions
- `kubernetes_info()`: Show Kubernetes cluster information.
- `docker_compose()`: Visualize Docker Compose configuration.
- `docker()`: Visualize Dockerfile instructions.
- `docker_info()`: Show Docker installation and running status.
- `whats_docker()`: Learn what Docker is and its key features.
## 🚀 Usage
You can use these functions in your R environment to gain insights into your Docker and Kubernetes setups.
```R
# Show Kubernetes cluster information
kubernetes_info()
# Visualize Docker Compose configuration
docker_compose()
# Visualize Dockerfile instructions
docker()
# Show Docker installation and running status
docker_info()
# Learn what Docker is and its key features
whats_docker()
```
## 👤 Author
Matt Majestic of Majestic Coding
`GitHub:` mattmajestic