Skip to content

Instantly share code, notes, and snippets.

View ict4eo's full-sized avatar

ICT4EO Research Group ict4eo

View GitHub Profile
@ict4eo
ict4eo / docker_geonode
Created January 8, 2014 12:32
Docker install script for GeoServer/GeoNode
# GeoNode / GeoServer install for Docker
# Save file as Dockerbuild; sudo docker build -t ubuntu/testgeo3 .
# VERSION 1.0.0
FROM ubuntu
MAINTAINER Derek Hohls <dhohls@csir.co.za>
# make sure the package repository is up to date
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
RUN apt-get update