Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Bastien Gounon
xcache-flusher
Commits
4e32605a
Commit
4e32605a
authored
Oct 16, 2020
by
Bastien Gounon
🐗
Browse files
Update README
parent
7ed7e267
Pipeline
#87238
passed with stage
in 5 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
README.md
README.md
+2
-4
No files found.
README.md
View file @
4e32605a
...
...
@@ -8,19 +8,17 @@ Help available with `./xcache-flusher -h`
Server will listen on port 8080
### Using Docker container
Download the image:
\
`docker pull gitlab-registry.in2p3.fr/bastien.gounon/xcache-flusher`
\
When running you must specify environment variables for configuration:
-
`FLUSHER_DIR`
: comma-separated list of directories to flush
-
(opt)
`FLUSHER_PORT`
: port on which to listen, default 8080. Using default and redirecting a different host port via Docker is preferrable.
-
(opt)
`FLUSHER_TOKEN`
: string used to authenticate client requests
\
Example:
####
Example:
```
docker run -p 54321:8080 --env FLUSHER_DIR=/xcache/data,/xcache/metadata --env FLUSHER_TOKEN=mysecretpassword -v /path/to/data:/xcache gitlab-registry.in2p3.fr/bastien.gounon/xcache-flusher
```
Docker-compose example:
####
Docker-compose example:
```
version: '3'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment