docker-images: change table name to match volumes and mounts

master
TiynGER 4 years ago
parent d0f7ad9fc6
commit 8d9e5c87c5

@ -6,8 +6,8 @@ The official container and documentation was made by [b4bz](https://hub.docker.c
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ------------------------- | ----------------- | ---------------------------------- | | ------------------------- | --------------- | ---------------------- |
| `homer` | `/www/assets` | storage for icons, etc | | `homer` | `/www/assets` | storage for icons, etc |
## Ports ## Ports

@ -15,8 +15,8 @@ repository according and run the `rebuild.sh`
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | --------------- | ----------------------------------- | | ------------------------- | --------------- | ----------------------------------- |
| `db` | `/app/db` | storage for the bibliogram database | | `db` | `/app/db` | storage for the bibliogram database |
## Ports ## Ports

@ -6,8 +6,8 @@ The container and documentation was made by [dperson](https://hub.docker.com/r/d
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | --------------- | -------------------------- | | ------------------------- | --------------- | -------------------------- |
| `tor_var` | `/var/lib/tor` | Location for various files | | `tor_var` | `/var/lib/tor` | Location for various files |
| `tor_etc` | `/etc/tor` | Various other config | | `tor_etc` | `/etc/tor` | Various other config |

@ -24,8 +24,8 @@ docker-compose file.
Set the following volumes in the `volumes:` section of the docker-compose file. Set the following volumes in the `volumes:` section of the docker-compose file.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ---------------- | ------------------ | ------------------------------ | | ------------------------- | ------------------ | ------------------------------ |
| `data` | `/data` | storage for data of git server | | `data` | `/data` | storage for data of git server |
| `/etc/timezone` | `/etc/timezone:ro` | link timezone | | `/etc/timezone` | `/etc/timezone:ro` | link timezone |
| `/etc/localtime` | `/etc/localtime` | link localtime | | `/etc/localtime` | `/etc/localtime` | link localtime |

@ -15,8 +15,8 @@ Set the following variables with the -e tag.
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | --------------- | ------------------ | | ------------------------- | --------------- | ------------------ |
| `speedtest` | `/config` | storage for config | | `speedtest` | `/config` | storage for config |
## Ports ## Ports
@ -24,7 +24,7 @@ Set the following volumes with the -v tag.
Set the following ports with the -p tag. Set the following ports with the -p tag.
| Container Port | Recommended outside port | Protocol | Description | | Container Port | Recommended outside port | Protocol | Description |
| -------------- | ------------------------ | -------- | ------------------ | | -------------- | ------------------------ | -------- | ----------- |
| `80` | `8765` | TCP | WebUI | | `80` | `8765` | TCP | WebUI |
## Rebuild ## Rebuild

@ -20,8 +20,8 @@ Set the following variables with the -e tag.
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | --------------- | ------------------------------ | | ------------------------- | --------------- | ------------------------------ |
| `minecraft` | `/data` | location for all relevant data | | `minecraft` | `/data` | location for all relevant data |
## Ports ## Ports

@ -6,8 +6,8 @@ The official container and documentation was made by [jkarlos](https://hub.docke
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ------------------ | ------------------- | ------------------------- | | ------------------------- | ------------------- | ------------------------- |
| `git-server_repos` | `/git-server/repos` | storage for git repos | | `git-server_repos` | `/git-server/repos` | storage for git repos |
| `git-server_keys` | `/git-server/keys` | storage for user ssh keys | | `git-server_keys` | `/git-server/keys` | storage for user ssh keys |

@ -6,8 +6,8 @@ The official container and documentation was made by [kylemanna](https://hub.doc
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | --------------- | ------------------------ | | ------------------------- | --------------- | ------------------------ |
| `ovpn` | `/etc/openvpn` | storage for openvpn data | | `ovpn` | `/etc/openvpn` | storage for openvpn data |
## Ports ## Ports

@ -16,8 +16,8 @@ Set the following variables with the -e tag.
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ------------------ | --------------- | ----------------------- | | ------------------------- | --------------- | ----------------------- |
| `airsonic_config` | `/config` | Configuration files | | `airsonic_config` | `/config` | Configuration files |
| `airsonic_media` | `/media` | Various other media | | `airsonic_media` | `/media` | Various other media |
| `media_playlists` | `/playlists` | Location for playlists | | `media_playlists` | `/playlists` | Location for playlists |

@ -18,8 +18,8 @@ docker-compose file.
Set the following volumes in the `volumes:` section of the docker-compose file. Set the following volumes in the `volumes:` section of the docker-compose file.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| --------------- | --------------- | ------------------------------------ | | ------------------------- | --------------- | ------------------------------------ |
| `config` | `/config` | storage for config files of jellyfin | | `config` | `/config` | storage for config files of jellyfin |
| `media_movies` | `/data/movies` | storage for movies | | `media_movies` | `/data/movies` | storage for movies |
| `media_tvshows` | `/data/tvshows` | storage for tvshows | | `media_tvshows` | `/data/tvshows` | storage for tvshows |

@ -20,6 +20,6 @@ docker-compose file.
Set the following volumes in the `volumes:` section of the docker-compose file. Set the following volumes in the `volumes:` section of the docker-compose file.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | ---------------- | ------------------------- | | ------------------------- | ---------------- | ------------------------- |
| `mysql` | `/var/lib/mysql` | storage for owncloud data | | `mysql` | `/var/lib/mysql` | storage for owncloud data |

@ -20,8 +20,8 @@ docker-compose file.
Set the following volumes in the `volumes:` section of the docker-compose file. Set the following volumes in the `volumes:` section of the docker-compose file.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | ---------------- | ------------------------- | | ------------------------- | ---------------- | ------------------------- |
| `mysql` | `/var/lib/mysql` | storage for owncloud data | | `mysql` | `/var/lib/mysql` | storage for owncloud data |
## Networks ## Networks

@ -6,8 +6,8 @@ The official container and documentation was made by [nasourso](https://hub.dock
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | --------------- | --------------------------------------------------- | | ------------------------- | --------------- | --------------------------------------------------- |
| `pltu` | `/cert` | storage for openvpn certificate of server with plex | | `pltu` | `/cert` | storage for openvpn certificate of server with plex |
## Ports ## Ports

@ -10,8 +10,8 @@ Docker container.
Set the following volumes in the `volumes:` section of the docker-compose file. Set the following volumes in the `volumes:` section of the docker-compose file.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | --------------- | ---------------------------------------- | | ------------------------- | --------------- | ---------------------------------------- |
| `nextcloud` | `/var/www/html` | storage for nextcloud plugins and config | | `nextcloud` | `/var/www/html` | storage for nextcloud plugins and config |
## Ports ## Ports

@ -6,8 +6,8 @@ The official container and documentation was made by [olbat](https://hub.docker.
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| --------------- | --------------- | ------------------------------- | | ------------------------- | --------------- | ------------------------------- |
| `cups` | `/etc/cups` | configuration for printers, etc | | `cups` | `/etc/cups` | configuration for printers, etc |
| `/var/run/dbus` | `/var/run/dbus` | connection to host dbus | | `/var/run/dbus` | `/var/run/dbus` | connection to host dbus |

@ -10,8 +10,8 @@ Docker container.
Set the following volumes in the `volumes:` section of the docker-compose file. Set the following volumes in the `volumes:` section of the docker-compose file.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | ---------------------- | ---------------------------- | | ------------------------- | ---------------------- | ---------------------------- |
| `owncloud` | `/var/www/html` | storage for owncloud plugins | | `owncloud` | `/var/www/html` | storage for owncloud plugins |
| `config` | `/var/www/html/config` | storage for owncloud config | | `config` | `/var/www/html/config` | storage for owncloud config |

@ -15,8 +15,8 @@ Set the following variables with the -e tag.
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------------- | --------------- | ----------------------------------------------- | | ------------------------- | --------------- | ----------------------------------------------- |
| `onedrive_config` | `/config` | configuration storage for the server connection | | `onedrive_config` | `/config` | configuration storage for the server connection |
| `onedrive_doc` | `/documents` | storage for downloaded documents | | `onedrive_doc` | `/documents` | storage for downloaded documents |

@ -6,7 +6,7 @@ The official container and documentation was made by [portainer](https://hub.doc
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ------------------------- | ------------------------- | -------------------------------------- | | ------------------------- | ------------------------- | -------------------------------------- |
| `/var/run/docker.sock` | `/var/run/docker.sock` | connect your running docker containers | | `/var/run/docker.sock` | `/var/run/docker.sock` | connect your running docker containers |
| `/var/lib/docker/volumes` | `/var/lib/docker/volumes` | connect running docker volumes | | `/var/lib/docker/volumes` | `/var/lib/docker/volumes` | connect running docker volumes |

@ -6,8 +6,8 @@ The official container and documentation was made by [portainer](https://hub.doc
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ---------------------- | ---------------------- | ------------------------------------------------- | | ------------------------- | ---------------------- | ------------------------------------------------- |
| `portainer` | `/data` | configuration directory | | `portainer` | `/data` | configuration directory |
| `/var/run/docker.sock` | `/var/run/docker.sock` | connection to local docker containers and volumes | | `/var/run/docker.sock` | `/var/run/docker.sock` | connection to local docker containers and volumes |

@ -10,7 +10,7 @@ Set the following environment-variables in the `environment:` section of the
docker-compose file. docker-compose file.
| Name | Usage | Default | | Name | Usage | Default |
| ------------------------ | ----------------------------- | ------- | | ------------------------ | -------------------------------- | ------- |
| `POSTGRES_ROOT_PASSWORD` | set the postgres admin password | | | `POSTGRES_ROOT_PASSWORD` | set the postgres admin password | |
| `POSTGRES_USER` | set the postgres username | | | `POSTGRES_USER` | set the postgres username | |
| `POSTGRES_PASSWORD` | set the postgres user password | | | `POSTGRES_PASSWORD` | set the postgres user password | |
@ -20,8 +20,8 @@ docker-compose file.
Set the following volumes in the `volumes:` section of the docker-compose file. Set the following volumes in the `volumes:` section of the docker-compose file.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------------- | -------------------------- | ---------------------------- | | ------------------------- | -------------------------- | ---------------------------- |
| `postgres` | `/var/lib/postgresql/data` | storage for owncloud data | | `postgres` | `/var/lib/postgresql/data` | storage for owncloud data |
| `postgres_config` | `/config/sql` | initial sql setup and config | | `postgres_config` | `/config/sql` | initial sql setup and config |

@ -4,8 +4,8 @@
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | --------------- | -------------------------- | | ------------------------- | --------------- | -------------------------- |
| `golinks` | `/search.db` | database with all commands | | `golinks` | `/search.db` | database with all commands |
## Ports ## Ports

@ -6,8 +6,8 @@ The official container and documentation was made by [prologic](https://hub.dock
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | ---------------------- | ---------------------- | | ------------------------- | ---------------------- | ---------------------- |
| `todo` | `/go/src/todo/todo.db` | Database for todo list | | `todo` | `/go/src/todo/todo.db` | Database for todo list |
## Ports ## Ports

@ -13,8 +13,8 @@ Then build the image inside the git folder with `docker build -t synctube .`.
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | ------------------- | ------------------- | | ------------------------- | ------------------- | ------------------- |
| `synctube` | `/usr/src/app/user` | Configuration files | | `synctube` | `/usr/src/app/user` | Configuration files |
## Ports ## Ports

@ -8,6 +8,6 @@ To achieve this in the easiest way use a docker-compose file.
Set the following volumes in the `volumes:` section of the docker-compose file. Set the following volumes in the `volumes:` section of the docker-compose file.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | --------------- | -------------------- | | ------------------------- | --------------- | -------------------- |
| `redis` | `/data` | storage for all data | | `redis` | `/data` | storage for all data |

@ -14,8 +14,8 @@ Set the following variables with the -e tag.
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | --------------- | -------------------------- | | ------------------------- | --------------- | -------------------------- |
| `hastebin` | `/app/data` | storage directory for data | | `hastebin` | `/app/data` | storage directory for data |
## Ports ## Ports

@ -6,8 +6,8 @@ The official container and documentation was made by [dperson](https://hub.docke
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ------------- | ------------------ | ----------------------------- | | ------------------------- | ------------------ | ----------------------------- |
| `samba_nas` | `/nas` | storage for samba data | | `samba_nas` | `/nas` | storage for samba data |
| `samba_lib` | `/var/lib/samba` | storage for samba lib | | `samba_lib` | `/var/lib/samba` | storage for samba lib |
| `samba_cache` | `/var/cache/samba` | storage for samba cache | | `samba_cache` | `/var/cache/samba` | storage for samba cache |

@ -6,8 +6,8 @@ The official container and documentation was made by [searx](https://hub.docker.
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | ---------------- | ---------------- | | ------------------------- | ---------------- | ---------------- |
| `searx_etc` | `/etc/searx` | storage for etc | | `searx_etc` | `/etc/searx` | storage for etc |
| `searx_log` | `/var/log/uwsgi` | storage for logs | | `searx_log` | `/var/log/uwsgi` | storage for logs |

@ -14,8 +14,8 @@ Set the following variables with the -e tag.
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ------------ | ---------------- | --------------------------- | | ------------------------- | ---------------- | --------------------------- |
| `teamspeak3` | `/var/ts3server` | storage for ts3-server data | | `teamspeak3` | `/var/ts3server` | storage for ts3-server data |
## Ports ## Ports

@ -25,8 +25,8 @@ Set the following variables with the -e tag.
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ------------------ | ---------------------- | ---------------------------------------- | | ------------------------- | ---------------------- | ---------------------------------------- |
| `mordhau` | `/serverdata/mordhau` | storage for mordhau server relevant data | | `mordhau` | `/serverdata/mordhau` | storage for mordhau server relevant data |
| `mordhau_steamcmd` | `/serverdata/steamcmd` | storage for steam related data | | `mordhau_steamcmd` | `/serverdata/steamcmd` | storage for steam related data |

@ -14,8 +14,8 @@ Set the following variables with the -e tag.
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| -------------- | --------------- | ----------------------------- | | ------------------------- | --------------- | ----------------------------- |
| `gopherwebdir` | `/var/gopher` | directory for the gopher page | | `gopherwebdir` | `/var/gopher` | directory for the gopher page |
## Ports ## Ports

@ -6,8 +6,8 @@ The original container and documentation are made by [tiynger](https://hub.docke
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | --------------- | ------------------------------- | | ------------------------- | --------------- | ------------------------------- |
| `app` | `/flask` | directory for flask application | | `app` | `/flask` | directory for flask application |
## Ports ## Ports

@ -9,8 +9,8 @@ The last usable tag was used therefore to guarantee best performance for all use
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------------- | --------------- | --------------------------- | | ------------------------- | --------------- | --------------------------- |
| `radicale_data` | `/data` | storage for caldav | | `radicale_data` | `/data` | storage for caldav |
| `radicale_config` | `/config` | storage for radicale config | | `radicale_config` | `/config` | storage for radicale config |

@ -6,8 +6,8 @@ The official container and documentation was made by [ventz](https://hub.docker.
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ------------ | ----------------- | --------------------- | | ------------------------- | ----------------- | --------------------- |
| `bind_cache` | `/var/cache/bind` | cache for dns | | `bind_cache` | `/var/cache/bind` | cache for dns |
| `bind_etc` | `/etc/bind` | configuration for dns | | `bind_etc` | `/etc/bind` | configuration for dns |

@ -31,8 +31,8 @@ docker-compose file.
Set the following volumes in the `volumes:` section of the docker-compose file. Set the following volumes in the `volumes:` section of the docker-compose file.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ------------------- | ------------------------------------- | -------------------------------- | | ------------------------- | ------------------------------------- | -------------------------------- |
| `wallabag_wallabag` | `/var/www/wallabag/web/assets/images` | storage for wallabag config data | | `wallabag_wallabag` | `/var/www/wallabag/web/assets/images` | storage for wallabag config data |
## Ports ## Ports

@ -6,8 +6,8 @@ The official container and documentation was made by [xy2z](https://hub.docker.c
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | --------------- | -------------------- | | ------------------------- | --------------- | -------------------- |
| `pinedocs` | `/data` | storage for pinedocs | | `pinedocs` | `/data` | storage for pinedocs |
## Ports ## Ports

@ -19,8 +19,8 @@ Set the following variables with the -e tag.
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | --------------- | -------------------- | | ------------------------- | --------------- | -------------------- |
| `yourls` | `/var/www/html` | yourls specific html | | `yourls` | `/var/www/html` | yourls specific html |
## Ports ## Ports

@ -34,8 +34,8 @@ WantedBy=multi-user.target
Set the following volumes with the -v tag. Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description | | Outside mount/volume name | Container mount | Description |
| ----------- | --------------- | ------------------------- | | ------------------------- | --------------- | ------------------------- |
| `nitter` | `/data` | storage for all of nitter | | `nitter` | `/data` | storage for all of nitter |
## Ports ## Ports

Loading…
Cancel
Save