docker-desktop

(β˜… 1,157)

Docker Desktop enables you to create virtual desktops that can be accessed remotely. It comes with Firefox and Libreoffice already installed!

  • CHANGELOG.md
  • Dockerfile
  • MAINTAINER
  • README.md
  • startup.sh

# Installation Guide

1. Get the code
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
Prerequisites
  • 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).

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

3. Docker

Easy
Prerequisites
  • 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.

βœ… Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.

Pulled directly from this repo's README.

// repository documentation