Giter Site home page Giter Site logo

ubuntugis-docker's Introduction

ubuntugis-docker

Gitter

Includes:

  • Ubuntu 14.04
  • GRASS GIS 6.4 and 7.0
  • QGIS
  • Python 2.7 and 3
  • GDAL, GEOS, PROJ
  • R
  • pktools (Processing Kernel for remote sensing data)
  • OpenCPU Server
  • IPython Notebook
  • SSH + X display

Get/Build it

docker pull javimarlop/ubuntugis-docker

# or clone the repository, open a terminal into it and build it:

sudo docker build --tag="ubuntugis-docker" .

Use it

# previously create a new user

docker run -ti -p 27:22 -p 8888:8888 javimarlop/ubuntugis-docker /bin/bash
useradd -m user
echo -e "changeme\nchangeme\n" | passwd user
usermod -a -G fuse user
usermod -s /bin/bash user

service opencpu restart # if you want to run OpenCPU
http://xxx.xx.x.x/ocpu/ # to test it on your host's browser (you can get the IP address using: docker inspect "container_name"

# connect to it

/usr/sbin/sshd -e # to start the ssh service
ssh -X [email protected] -p 27 #(passw: 'changeme')

# to run the ipyhton notebook

ipython notebook --ip=0.0.0.0 --port=8888 --pylab=inline --no-browser &
http://0.0.0.0:8888/ # on your host's browser

# If you want to connect through VNC, you will need to install a desktop environment like MATE:

sudo apt-add-repository -y ppa:ubuntu-mate-dev/ppa
sudo apt-add-repository -y ppa:ubuntu-mate-dev/trusty-mate
sudo apt-get update && apt-get upgrade
sudo apt-get install -y --no-install-recommends ubuntu-mate-core ubuntu-mate-desktop

ubuntugis-docker's People

Contributors

gitter-badger avatar javimarlop avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

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.