Skip to main content


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>


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



Hi
@Tehila_Gourary



Thanks for the prompt response.


Yes, your provided command works :)



Happy to hear!


Reply