docker-devops-helper/README.md

32 lines
664 B
Markdown
Raw Permalink Normal View History

2021-05-15 09:07:36 +02:00
# admin-helper Container
This image is builded to do easier maintaince tasks. Example editing config files (with some comfort).
2021-05-15 09:07:36 +02:00
Installed tools:
- all images (alpine and ubuntu)
- rsync
- mc
- nano
- ping
- dig
- nslookup
- ubuntu images
- unp
## Ubuntu and Alpine Images
We are providing Ubuntu and Alpine images. Ubuntu for tasks where Alpine maybe is not good at. [Example "kubectl cp" larger files](https://github.com/kubernetes/kubernetes/issues/115573)
2021-05-15 09:07:36 +02:00
# An example execution
2021-05-15 09:07:36 +02:00
## Editing config files
2021-05-15 09:07:36 +02:00
```
docker run --rm \
-v "home-assistant_config:/opt/docker-volume/" \
-it \
-w /opt/docker-volume/ \
rogersik/admin-helper
```