Skip to content

Commit 505b7da

Browse files
committed
update README.md
1 parent d43be20 commit 505b7da

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
# docker-tty
2-
I don't want to clutter my main system by installing many programs. **Flatpak**, **Snap** may be the solution. But I prefer to run the whole os with its own init system (a VM-like approach), but with chroot-like performance.
2+
I don't want to clutter my main system by installing many programs. **Flatpak**, **Snap** may be the solution. But I prefer to run the whole OS with its own init system (a VM-like approach), but with chroot-like performance.
33

44
With Docker this can also be achieved, just like LXC. Docker is used here instead, simply because it is like a mandatory program for me these days.
55

6-
I don't want to display GUI applications on VNC, or Xserver clients. Rather coexist with the host's tty.
6+
I don't want to display GUI applications on VNC, or X Server clients. Rather coexist with the host's tty.
77

88
In this case I use tty10 (Ctrl-Alt-F10).
99

10-
Feel free to choose another number as long as it doesn't conflict with the host (most distros use 1 - 6, and 7 for Display Manager).
10+
Feel free to choose another number as long as it doesn't conflict with the host (most distros will use 1 - 6, and 7 for Display Manager).
1111

1212
## Flavor
1313
* [debian-mate](debian-mate)
1414
* [debian-jwm](debian-jwm)
15+
16+
## Screenshot
17+
![docker-tty-debian-mate](docker-tty-debian-mate.png)
18+
19+
## License
20+
MIT

debian-jwm/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# debian-jwm
2-
Debian image with a minimalist Window Manager "JWM". The display will be on `tty10` (***Ctrl-Alt-F10***), coexisting with the host.
2+
Debian image with a minimalist Window Manager "JWM". The display will be on `tty10` (***Ctrl-Alt-F10***), coexist with the host.
33

44
## Requirements
55
Make sure `tty10` is empty / not in use. Check with **Ctrl-Alt-F10**, make sure you don't see getty's *login prompt* there.

debian-mate/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# debian-mate
2-
Debian image with MATE Desktop Environment. The display will be on `tty10` (***Ctrl-Alt-F10***), coexisting with the host.
2+
Debian image with MATE Desktop Environment. The display will be on `tty10` (***Ctrl-Alt-F10***), coexist with the host.
33

44
## Requirements
55
Make sure `tty10` is empty / not in use. Check with **Ctrl-Alt-F10**, make sure you don't see getty's *login prompt* there.

docker-tty-debian-mate.png

154 KB
Loading

0 commit comments

Comments
 (0)