Sha256: c4fc518711ea5b03db3e8e9979c2ef88cca954a25cbdc543d3cf19f494efd529

Contents?: true

Size: 179 Bytes

Versions: 1

Compression:

Stored size: 179 Bytes

Contents

#!/bin/sh
docker-machine start
eval $(docker-machine env)
docker-compose up -d
# forward geoserver ports in the background
docker-machine ssh default -f -N -L 8181:localhost:8181

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
geo_concerns-0.0.10 run-docker.sh