swri-robotics / bag-database

A server that catalogs bag files and provides a web-based UI for accessing them.
Other
344 stars 71 forks source link

Unable to start a PostgreSQL container with PostGIS support #100

Closed Vineet-Pandey closed 5 years ago

Vineet-Pandey commented 5 years ago

I am following the instructions given on your page, but when I reach the point where I have to start a PostgreSQL container with PostGIS support, I get the following error:

Unable to find image 'mdillon/postgis:latest' locally
latest: Pulling from mdillon/postgis
f7e2b70d04ae: Pull complete 
027ad848ac9c: Pull complete 
7c040ef66643: Pull complete 
b891079ad2eb: Pull complete 
cb64a97e42d9: Pull complete 
1b88625f7d89: Pull complete 
a6ac0b663e77: Pull complete 
594497f0a694: Pull complete 
ca7201b6a21f: Pull complete 
48cdfad3f2fd: Pull complete 
912fb62e7390: Pull complete 
1e6365c64609: Pull complete 
eda829b73ec7: Pull complete 
1dafb86732d6: Pull complete 
ad1854653222: Pull complete 
410147bb9559: Pull complete 
ee8d11af0d8f: Pull complete 
Digest: sha256:ac5dd18c43b0ee89320764684aa5c2da5c3c2ce54cf01a6caab21f905302d1b5
Status: Downloaded newer image for mdillon/postgis:latest
57e50c25b828c065da1364a4e4c8f4b358cd6b019c6c62c898d457a2f000fbc9
docker: Error response from daemon: error while creating mount source path '/var/lib/bagdb-postgres': mkdir /var/lib/bagdb-postgres: read-only file system.

OS: Ubuntu 16.04

Vineet-Pandey commented 5 years ago

re-installing the docker using the apt-get version helped as suggested in: the link