Docker image based on Ubuntu 22.10 containing a bash script used to cycle log files
Download image and run the container:
docker pull leogalski/logrename
docker run -tid --name logrename leogalski/logrename
docker attach logrename
Once inside the container:
./logRename.sh #To run the script (as many times as you want)
ls -lv #To check the files inside the directory
Content type
Image
Digest
sha256:a2e2460de…
Size
24.6 MB
Last updated
over 3 years ago
docker pull leogalski/logrename