Initial commit

This commit is contained in:
Fergal Moran
2017-03-09 22:57:10 +00:00
commit 660d9c8dab
3 changed files with 56 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# Docker container for pgadmin4
Create a folder for settings and run the container
```
mkdir -p ~/pgadmin-data
docker run -it --rm -v ~/pgadmin-data:/pgadmin-data --net=host fergalmoran/pgadmin4:latest
```