Sign inSign up

d7xdev/xeyes

By d7xdev

Updated about 6 years ago

Simple Docker image for testing X11 with Xeyes.

Image
0

1.3K

d7xdev/xeyes repository overview

Docker Xeyes

Simple Docker image for testing X11 with Xeyes.

How to Build from GitHub

$ docker build \
        -t d7xdev/xeyes \
        -f Dockerfile.alpine \
    github.com/d7xdev/docker-xeyes

How to Download from DockerHub

$ docker pull d7xdev/xeyes

How to Run

$ xhost local:any_name_here_does_not_matter

$ docker run \
        --init \
        --rm \
        --network=host \
        -e DISPLAY=${DISPLAY} \
    d7xdev/xeyes
Run OptionRequired?Description
--initNo, but is convenientRun an init inside the container that forwards signals and reaps processes.
--rmNo, but is convenientAutomatically remove the container when it exits.
--network=hostYesRequired to forward X11 client to host display.
-e DISPLAY=${DISPLAY}YesRequired to forward X11 client to host display.

Tag summary

Content type

Image

Digest

Size

4.1 MB

Last updated

about 6 years ago

docker pull d7xdev/xeyes