README is empty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Ocean Basins | MPA Coverage</title> | |
| <meta name="viewport" content="initial-scale=1.0"> | |
| <meta charset="utf-8"> | |
| <link href="https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Open+Sans:300,400,600" rel="stylesheet"> | |
| <!-- Include Leaflet --> | |
| <script src="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js"></script> | |
| <link href="https://unpkg.com/leaflet@1.3.4/dist/leaflet.css" rel="stylesheet"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker run -d \ | |
| --name=crashplan-pro \ | |
| -h $HOSTNAME \ | |
| -e USER_ID=0 \ | |
| -e GROUP_ID=0 \ | |
| -e TZ=“America/Los_Angeles” \ | |
| -p 5800:5800 \ | |
| -p 5900:5900 \ | |
| -v /share/CACHEDEV1_DATA/Container/config/crashplanpro:/config:rw \ | |
| -v /share/CACHEDEV1_DATA:/storage:rw \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for osgeo/osgeo4mac/gdal2 on macOS 10.12.6 | |
| Build date: 2017-09-29 14:09:28 |