From 5eb17ea6446167ceb0e2e465787fe4f9cd2141e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?s=E1=B4=A7=E1=B4=8D=E1=B4=9C=E1=B4=87=CA=9F=20=E1=B4=8D?= Date: Wed, 14 Feb 2024 01:51:35 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index cfc09e4..5a73200 100644 --- a/README.md +++ b/README.md @@ -24,21 +24,9 @@ docker pull sami/brudi-rclone To run a container with the Brudi image, you can use the following command: ```bash -docker run -d --name brudi-container sami/brudi-rclone +docker run --it --rm --name brudi-container sami/brudi-rclone -- bash ``` -### Environment Variables - -The following environment variables can be used to configure the container: - -- **TODO**: Document any relevant environment variables here. - -### Volumes - -You may want to mount volumes to persist data or configuration files. The following directories are commonly used: - -- **TODO**: Document any relevant volumes here. - ## Contributing If you find any issues with this Docker image or have suggestions for improvements, please feel free to open an issue or submit a pull request.