mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-06 04:10:46 +02: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
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user