2014-07-08 13:24:07 +00:00
|
|
|
# xterm container!
|
2014-07-08 13:07:32 +00:00
|
|
|
|
2014-07-08 13:08:16 +00:00
|
|
|
## Building
|
2014-07-08 13:07:32 +00:00
|
|
|
|
|
|
|
$> make build
|
|
|
|
|
2014-07-08 13:24:07 +00:00
|
|
|
Since the container maps user name and UID into the image, the Dockerfile.sh is used to generate the Dockerfile.
|
2014-07-08 13:07:32 +00:00
|
|
|
|
2014-07-08 13:08:16 +00:00
|
|
|
## Running
|
2014-07-08 13:07:32 +00:00
|
|
|
|
|
|
|
$> make run
|
|
|
|
|
|
|
|
This cobbles together a docker run command to connect the container to your host's Xorg server.
|
|
|
|
|
|
|
|
|
2014-07-08 13:08:16 +00:00
|
|
|
## Example
|
2014-07-08 13:07:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
![make run](http://vbatts.fedorapeople.org/docker/docker-xterm.png)
|
|
|
|
|