- docker
- curl
-
Put configuration file on your HDD:
curl 'https://raw.githubusercontent.com/ozontech/file.d/master/testdata/config/welcome.yaml' > /tmp/welcome.yaml
-
Put test data file on your HDD:
curl 'https://raw.githubusercontent.com/ozontech/file.d/master/testdata/json/welcome.json' > /tmp/welcome.json
-
Run
file.d
:
docker run -v /tmp:/tmp ozonru/file.d:latest-linux-amd64 /file.d/file.d --config /tmp/welcome.yaml
-
file.d
will use data file as an input and your terminal as an output. So you'll see a welcome message.
- Check out more complex examples
- Configure your own pipeline
- Helm-chart and examples for Minikube