readme
This commit is contained in:
parent
66ca2324db
commit
54a86ffb2a
2 changed files with 24 additions and 0 deletions
|
@ -31,3 +31,7 @@ run: build
|
|||
$(IMAGE) \
|
||||
$(COMMAND)
|
||||
|
||||
|
||||
clean:
|
||||
rm -rf *~ Dockerfile
|
||||
|
||||
|
|
20
xterm/README.md
Normal file
20
xterm/README.md
Normal 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)
|
||||
|
Loading…
Reference in a new issue