Roger Sikorski 7e8a10d363
Some checks failed
/ build (push) Failing after 6s
path added to dockerfile
2023-07-23 19:36:54 +02:00
2023-07-23 19:36:54 +02:00
2021-10-03 13:11:09 +02:00
2022-02-13 13:50:24 +01:00
2021-05-15 09:02:02 +02:00
2021-10-03 13:09:59 +02:00

admin-helper Container

Build Status

This image is builded to easier maintain unusually docker container tasks.

Installed tools:

  • rsync
  • mc
  • nano

An example execution

Editing config files

docker run --rm \
  -v "home-assistant_config:/opt/docker-volume/" \
  -it \
  -w /opt/docker-volume/ \
  rogersik/admin-helper
Description
No description provided
Readme 116 KiB
Languages
Shell 100%