From 0440290ca2885b44682de23cb56ec08db076cda4 Mon Sep 17 00:00:00 2001 From: Alexander Richards Date: Thu, 19 Oct 2023 14:14:06 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91b98d9..1bb2308 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ # cvmfs -To run a container from this image make sure to provide when prompted the repos that you wish to mount. *Note* These should be comma separated. +To run a container from this image run the command below + +```bash +docker run -it --privileged alexanderrichards/cvmfs +``` + +and make sure to provide when prompted the repos that you wish to mount. *Note* These should be comma separated as in the example below. + ![CVMFS Image Usage](examples/image_usage.gif)