2021-05-15 09:07:36 +02:00
# admin-helper Container
2023-11-12 17:28:39 +01:00
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:
2023-11-12 17:28:39 +01:00
- rsync
- mc
- nano
2023-11-12 17:32:25 +01:00
- unp
2023-11-12 17:28:39 +01:00
## 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
2023-11-12 17:28:39 +01:00
2021-05-15 09:07:36 +02:00
## Editing config files
2023-11-12 17:28:39 +01:00
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
2023-11-12 17:28:39 +01:00
```