This commit is contained in:
Vincent Batts 2014-07-08 09:07:32 -04:00
parent 66ca2324db
commit 54a86ffb2a
2 changed files with 24 additions and 0 deletions

View File

@ -31,3 +31,7 @@ run: build
$(IMAGE) \
$(COMMAND)
clean:
rm -rf *~ Dockerfile

20
xterm/README.md Normal file
View File

@ -0,0 +1,20 @@
== xterm contianer!
== Building
$> make build
Since the contianer maps user name and UID into the image, the Dockerfile.sh is used to generate the Dockerfile.
== Running
$> make run
This cobbles together a docker run command to connect the container to your host's Xorg server.
== Example
![make run](http://vbatts.fedorapeople.org/docker/docker-xterm.png)