Skip to content
New issue

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

Add description related to using docker #20

Merged
merged 1 commit into from
May 24, 2022

Conversation

Taeyoung96
Copy link
Contributor

@gaoxiang12
I add simple comments related to using Docker.
When I follow the readme and build the environment with Docker, I faced the following error.

fasterlio-ubuntu20_1  | [100%] Built target run_mapping_offline
fasterlio-ubuntu20_1  | ================Docker Env Ready================
fasterlio-ubuntu20_1  | No protocol specified
fasterlio-ubuntu20_1  | Unable to init server: Could not connect: Connection refused
fasterlio-ubuntu20_1  | 
fasterlio-ubuntu20_1  | (lxterminal:1): Gtk-WARNING **: 11:18:47.105: cannot open display: :0

The solution is quite simple, just enter xhost +local:docker in the local terminal, before entering docker-compose up.
I thought writing the solution on the readme would be one way for beginners to avoid confusion.

Thanks,

@gaoxiang12 gaoxiang12 merged commit b189f26 into gaoxiang12:main May 24, 2022
@gaoxiang12
Copy link
Owner

Thanks for the PR! I'm not so familiar with docker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants