mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
Add sample run; I needed .Xauthority & hostname
This commit is contained in:
parent
573af5dd58
commit
a7817ef3a0
|
@ -1,3 +1,14 @@
|
||||||
|
# Run gnuplot in a container
|
||||||
|
|
||||||
|
# docker run -d \
|
||||||
|
# -v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||||
|
# -e DISPLAY=unix$DISPLAY \
|
||||||
|
# -v $HOME/.Xauthority:/root/.Xauthority \
|
||||||
|
# --hostname $(hostname) \
|
||||||
|
# --name gnuplot \
|
||||||
|
# jess/gnuplot
|
||||||
|
#
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user