Hi good people
I have downloaded the docker image to install siemplify and using the following command to install the docker image. However,i keep getting an error as "bash: syntax error near unexpected token `newline'"
docker run --name siemplify -d -p 80:80/tcp -p 443:443/tcp -v /run -v /sys/fs/cgroup:/sys/fs/cgroup:ro siemplify/community:<docker_image_tag>
Page 1 / 1
Hi
and welcome to our community!
Assuming you have downloaded the latest version, please try to run this command:
docker run --name siemplify -d -p 80:80/tcp -p 443:443/tcp -v /run -v /sys/fs/cgroup:/sys/fs/cgroup:ro siemplify/community:latest
Attaching the
docker installation guide
for your information.
Please let me know if you have any more questions or issues
Hi
Thanks for the prompt response.
Yes, your provided command works :)
Happy to hear!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.