Skip to main content

Download the docker image

  • February 2, 2022
  • 3 replies
  • 5 views

Forum|alt.badge.img+1

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>

3 replies

Forum|alt.badge.img+2

Hi @Samiul Islam 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


Forum|alt.badge.img+1
  • Author
  • New Member
  • February 3, 2022

Hi @Tehila_Gourary
Thanks for the prompt response.
Yes, your provided command works :)


Forum|alt.badge.img+2

Happy to hear!