Roger Sikorski c24bbbc6b9
Some checks failed
build / Dockerfile lint (push) Failing after 7s
build / build (push) Has been skipped
Dockerfile use COPY instead ADD
2023-08-22 17:35:58 +02:00
2023-08-07 18:41:32 +02:00
2021-10-03 13:11:09 +02:00
2023-08-22 17:35:45 +02:00
2023-08-22 17:35:58 +02: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%