mirror of
https://github.com/clearlinux/docs.git
synced 2026-09-07 06:18:56 +00:00
fix docker run command
This commit is contained in:
+1
-1
@@ -18,4 +18,4 @@ If you need to run logstash with configuration provided on the commandline, you
|
||||
|
||||
If you need to run logstash with a configuration file, `logstash.conf`, that's located in your current directory, you can use the logstash image as follows:
|
||||
|
||||
docker run -it --rm $(pwd):/config-dir logstash logstash -f /config-dir/logstash.conf
|
||||
docker run -it --rm -v $(pwd):/config-dir logstash logstash -f /config-dir/logstash.conf
|
||||
|
||||
Reference in New Issue
Block a user