Sign inSign up

dalareo/bimserver

By dalareo

Updated about 10 years ago

A Docker image with a basic BIMserver install.

Image
1

407

dalareo/bimserver repository overview

BIMserver Docker Image

A Docker image for BIMserver on Tomcat.

Installation

To run BIMserver in a container on your server, Docker needs to be installed. On Debian/Ubuntu Linux, this is as simple as sudo apt-get install docker.io.

With Docker installed, running BIMserver is as simple as sudo docker run -p 8080:8080 urbanetic/bimserver. This will run BIMserver on port 8080.

You can easily forward this to port 80 using iptables with the command sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080.

Tag summary

Content type

Image

Digest

Size

424.5 MB

Last updated

about 10 years ago

docker pull dalareo/bimserver