We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We can replace the docker quickstart command with the following -
docker run -p 8000:8000 \ -p 8001:8001 \ -p 8002:8002 \ -v /tmp/parseable/data:/parseable/data \ -v /tmp/parseable/staging:/parseable/staging \ -e P_FS_DIR=/parseable/data \ -e P_STAGING_DIR=/parseable/staging \ containers.parseable.com/parseable/parseable:latest \ parseable local-store
This ensures that live-tail works while spinning up the container.
The text was updated successfully, but these errors were encountered:
Thanks @adarshsrivastava11 we'll fix the docs shortly.
Sorry, something went wrong.
This is fixed now @adarshsrivastava11 https://www.parseable.com/docs/docker-quick-start
thecoderpanda
No branches or pull requests
We can replace the docker quickstart command with the following -
This ensures that live-tail works while spinning up the container.
The text was updated successfully, but these errors were encountered: