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

feat: Add xdg-open support to Docker image #32

Closed
wants to merge 1 commit into from
Closed

Conversation

jubianchi
Copy link
Member

@jubianchi jubianchi commented Jan 30, 2018

Closes #27

Some commands to test:

# 1st terminal window
socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\"

#2nd terminal window
ip=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}')
docker run -it -v $(pwd):/input -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$ip:0 dcv render -m display /input/docker-compose.yml

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

Successfully merging this pull request may close these issues.

--output-format=display has no effect (linux)
1 participant