docker-devops-helper/README.md

27 lines
577 B
Markdown
Raw 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:
- rsync
- mc
- nano
2023-11-12 17:32:25 +01:00
- 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
```