Coder Social home page Coder Social logo

ol3-cesium's Introduction

What is ol3-cesium ?

ol3-cesium is OpenLayers with Cesium integration library. See ol3-cesium

How to use this image

Build a local image

This image is built under ubuntu 14.04 with mapserver version 6.4.1.

git clone https://github.com/pamtrak06/ol3-cesium.git; cd ol3-cesium
docker build -t pamtrak06/ol3-cesium:latest build

Run container

$ docker run -dt --name "<container name>" -P pamtrak06/ol3-cesium:latest

Open a terminal session on a running container

$ docker run -it "<container name>" bash

Execute command on a running container

$ docker run -it "<container name>" bash -c "ps -ef"

Exit container without stop it

CTRL+P  &  CTRL+Q

Get docker vm ip from windows or mac :

$ docker-machine env default
export DOCKER_TLS_VERIFY="1"
export DOCKER_HOST="tcp://192.168.99.100:2376"
export DOCKER_CERT_PATH="/Users/jp/.docker/machine/machines/default"
export DOCKER_MACHINE_NAME="default"
# Run this command to configure your shell: 
# eval "$(docker-machine env default)"

Test win/mac install : http://192.168.99.100:32768

Test lin install : http://:32768

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.