Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Browser does not work #65

Closed
jmguerreroh opened this issue Sep 20, 2022 · 4 comments
Closed

Browser does not work #65

jmguerreroh opened this issue Sep 20, 2022 · 4 comments
Labels
Type: Question Further information is requested

Comments

@jmguerreroh
Copy link

jmguerreroh commented Sep 20, 2022

In humble and rolling versions:

Google chrome browser does not work. The icon appears but it is not installed. You should install it downloading using wget and after use option --no-sandbox. Could it be fixed? Maybe installing Firefox correctly, it seems to be installed but it doesn't work either.

Thank you!

@Tiryoh
Copy link
Owner

Tiryoh commented Sep 20, 2022

It seems like working on Ubuntu 20.04.4 + Docker version 20.10.17, build 100c701

Could you tell me how to reproduce it?

Screenshot from 2022-09-20 20-51-40

@jmguerreroh
Copy link
Author

My machine:
Description: Ubuntu 22.04.1 LTS
Docker version 20.10.18, build b40c2f6

I tried different TAGs: humble-amd64, rolling-amd64, and humble-20220911T0542 running as: "docker run -p 6080:80 tiryoh/ros2-desktop-vnc:TAG" and I have the same problem in all versions.

Am I doing something wrong?

@Tiryoh
Copy link
Owner

Tiryoh commented Sep 20, 2022

--security-opt seccomp=unconfined flag is required to launch humble and rolling image. See #56.

I guess starting the container with the following command may fix the problem.

docker run -p 6080:80 --shm-size=512m --security-opt seccomp=unconfined tiryoh/ros2-desktop-vnc:humble-amd64

@Tiryoh Tiryoh added the Type: Question Further information is requested label Sep 21, 2022
@jmguerreroh
Copy link
Author

--security-opt seccomp=unconfined flag is required to launch humble and rolling image. See #56.

I guess starting the container with the following command may fix the problem.

docker run -p 6080:80 --shm-size=512m --security-opt seccomp=unconfined tiryoh/ros2-desktop-vnc:humble-amd64

Thank you! It works like a charm.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Type: Question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants