Update README.md

This commit is contained in:
Anthony Wang 2020-09-18 11:34:42 -05:00 committed by GitHub
parent 5b0f5ca291
commit 679552f8d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,9 @@
# docker-archlinux-vnc # Plasma in Arch in Docker
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/dcsunset/archlinux-vnc)](https://hub.docker.com/r/dcsunset/archlinux-vnc) #### Because why not?
[![Docker Image Size](https://badgen.net/docker/size/dcsunset/archlinux-vnc)](https://hub.docker.com/r/dcsunset/archlinux-vnc)
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/ta180m/plasma-in-arch-in-docker)](https://hub.docker.com/r/ta180m/plasma-in-arch-in-docker)
[![Docker Image Size](https://badgen.net/docker/size/ta180m/plasma-in-arch-in-docker)](https://hub.docker.com/r/ta180m/plasma-in-arch-in-docker)
A docker image of Arch Linux with KDE desktop and VNC support. A docker image of Arch Linux with KDE desktop and VNC support.
@ -13,7 +15,7 @@ A docker image of Arch Linux with KDE desktop and VNC support.
## Pull image ## Pull image
``` ```
docker pull dcsunset/archlinux-vnc docker pull ta180m/archlinux-vnc
``` ```
The tag can be one of those listed above. The tag can be one of those listed above.
@ -23,7 +25,7 @@ The tag can be one of those listed above.
Simple usage: Simple usage:
``` ```
docker run -d -p 5900:5900 -p 6080:6080 -e VNC_PASSWD=password dcsunset/archlinux-vnc docker run -d -p 5900:5900 -p 6080:6080 -e VNC_PASSWD=password ta180m/plasma-in-arch-in-docker
``` ```
Then visit <http://localhost:6080> to visit noVNC UI. Then visit <http://localhost:6080> to visit noVNC UI.
@ -42,19 +44,17 @@ it is **insecure** when exposing the container on the Internet.
## Installed applications ## Installed applications
* plasma-meta * plasma-meta
* kde-accessibility-meta
* kde-system-meta * kde-system-meta
* konsole * konsole
* tigervnc * tigervnc
* noVNC * noVNC
* wget * wget
* vim * firefox
* chromium
## Build ## Build
``` ```
docker build -t archlinux-vnc . docker build -t plasma-in-arch-in-docker .
``` ```
@ -65,7 +65,3 @@ docker build -t archlinux-vnc .
By default, noVNC's scaling mode is set to None. By default, noVNC's scaling mode is set to None.
It can be changed in the noVNC panel easily. It can be changed in the noVNC panel easily.
## License
MIT License