docker-desktop
Docker Desktop enables you to create virtual desktops that can be accessed remotely. It comes with Firefox and Libreoffice already installed!
File Explorer
Download Latest Version (.zip)- globicons
- menus2
- Options
- panels
- pb_Default
- apps
- indowmenu
- init
- keys
- lastwallpaper
- menu
- overlay
- slitlist
- startup
- windowmenu
- .bashrc
- docker-desktop
- fixkb
- fixlocale
- spring-desktop-wallpaper-1920x1200-0911085.jpg
- docker-desktop.png
- CHANGELOG.md
- Dockerfile
- MAINTAINER
- README.md
- startup.sh
# Installation Guide
git clone https://github.com/rogaha/docker-desktop
Downloads the entire project code from GitHub to your computer.
cd docker-desktop
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
sudo apt-get install python-software-properties && sudo add-apt-repository ppa:dotcloud/lxc-docker
Installs directly from the APT package repository (Debian/Ubuntu-based).
sudo apt-get install lxc-docker
Installs directly from the APT package repository (Debian/Ubuntu-based).
Pulled directly from this repo's README.
3. Docker
Easy- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
sudo apt-get install python-software-properties && sudo add-apt-repository ppa:dotcloud/lxc-docker
Installs directly from the APT package repository (Debian/Ubuntu-based).
sudo apt-get install lxc-docker
Installs directly from the APT package repository (Debian/Ubuntu-based).
$ docker build -t rogaha/docker-desktop git://github.com/rogaha/docker-desktop.git
Builds a runnable image based on the Dockerfile.
$ git clone https://github.com/rogaha/docker-desktop.git
Type this command into your terminal and run it.
$ cd docker-desktop
Type this command into your terminal and run it.
Pulled directly from this repo's README.
