docker-devops-helper/README.md
Roger Sikorski dd0dd52435
Some checks failed
build / build (push) Successful in 39s
build / Dockerfile lint (push) Failing after 9s
README.md added explanation for ubuntu image
2023-11-12 17:23:05 +01:00

571 B

admin-helper Container

This image is builded to do easier maintaince tasks. Example editing config files (with some comfort).

Installed tools:

  • rsync
  • mc
  • nano

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

An example execution

Editing config files

docker run --rm \
  -v "home-assistant_config:/opt/docker-volume/" \
  -it \
  -w /opt/docker-volume/ \
  rogersik/admin-helper