Giter VIP home page Giter VIP logo

ubuntu-desktop's Introduction

Ubuntu Desktop (LXDE) Dockerfile

This repository contains Dockerfile of Ubuntu Desktop (LXDE) for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull dockerfile/ubuntu-desktop

    (alternatively, you can build an image from Dockerfile: docker build -t="dockerfile/ubuntu-desktop" github.com/dockerfile/ubuntu-desktop)

Usage

docker run -it --rm -p 5901:5901 -e USER=root dockerfile/ubuntu-desktop \
    bash -c "vncserver :1 -geometry 1280x800 -depth 24 && tail -F /root/.vnc/*.log"

Connect to vnc://<host>:5901 via VNC client.

ubuntu-desktop's People

Contributors

pilwon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ubuntu-desktop's Issues

ubuntu not found

The resource

FROM dockerfile/ubuntu

in the dockerfile is not found:

sudo docker build -t="dockerfile/ubuntu-desktop" github.com/dockerfile/ubuntu-desktop Sending build context to Docker daemon 100.4 kB Sending build context to Docker daemon Step 0 : FROM dockerfile/ubuntu Pulling repository dockerfile/ubuntu INFO[0004] Error: image dockerfile/ubuntu:latest not found

problem with Boot2Docker for OS X

Pulling repository dockerfile/ubuntu-desktop
228e37c507ee: Error pulling image (latest) from dockerfile/ubuntu-desktop, operation not supported

on Boot2Docker for OS X

pull access denied for ubuntu-desktop,

On Ubuntu 18.04 I run:

sudo docker pull dockerfile/ubuntu-desktop

as mentioned on the README, and it fails with:

Using default tag: latest
Error response from daemon: pull access denied for dockerfile/ubuntu-desktop, repository does not exist or may require 'docker login'

Nothing is launched

I'm using the command "sudo docker run -it --rm -p 5901:5901 --env USER=root dockerfile/ubuntu-desktop vncserver :1 -geometry 1280x800 -depth 24", then vncserver asks me to set a password, and after that, nothing happends.

user@Ubuntu:~$ sudo docker run -it --rm -p 5901:5901 --env USER=root dockerfile/ubuntu-desktop vncserver :1 -geometry 1280x800 -depth 24

You will require a password to access your desktops.

Password: 
Verify:   
Would you like to enter a view-only password (y/n)? n
xauth:  file /root/.Xauthority does not exist

New 'X' desktop is 027f87026dc4:1

Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/027f87026dc4:1.log

user@Ubuntu:~$ sudo docker ps -a
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES
user@Ubuntu:~$ 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.