You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're using Dokku - especially for commercial purposes - consider donating to project development via OpenCollective or Patreon. Funds go to general development, support, and infrastructure costs.
If you'd like to sponsor specific functionality, see the project's Sponsoring document.
If you need support for a version of Dokku that is more than a year old, your issue may be closed without an answer. Please upgrade to a recent version before filing an issue.
Description of problem
It is not possible to mount an additional volume for using Hunspell dictionaries.
Please tell me how to specify mounting data when creating a container.
=====> Extracting config files
Successfully copied 43.5kB to /var/lib/dokku/services/elasticsearch/subtitles-finder/
=====> Set file permissions for config
=====> Set file permissions for data
Waiting for container to be ready
Waiting for dokku-elasticsearch-subtitles-finder:9200 .nc: getaddrinfo: Try again
.nc: getaddrinfo: Try again
.nc: getaddrinfo: Try again
.nc: getaddrinfo: Try again
.nc: getaddrinfo: Try again
.nc: getaddrinfo: Try again
.nc: getaddrinfo: Try again
.nc: getaddrinfo: Try again
.nc: getaddrinfo: Try again
.nc: getaddrinfo: Try again
.nc: getaddrinfo: Try again
.nc: getaddrinfo: Try again
. ERROR: unable to connect
=====> Start of subtitles-finder container output
basename: unrecognized option '--volume'
Try 'basename --help' for more information.
/usr/local/bin/docker-entrypoint.sh: line 37: exec: --: invalid option
exec: usage: exec [-cl] [-a name] [command [arguments ...]] [redirection ...]
basename: unrecognized option '--volume'
Try 'basename --help' for more information.
/usr/local/bin/docker-entrypoint.sh: line 37: exec: --: invalid option
exec: usage: exec [-cl] [-a name] [command [arguments ...]] [redirection ...]
basename: unrecognized option '--volume'
Try 'basename --help' for more information.
Expected Results
The container was successfully created and the volume was installed
This is required! Issues missing this information may be closed.
For problems affecting all applications, the report output for a broken application is useful for our debugging.
In these cases, you may run dokku report without any arguments to display the top-level reporting information.
How (deb/make) and where (AWS, VirtualBox, physical, etc.) was Dokku installed?:
Additional information
App container inspect output (if applicable) via dokku ps:inspect APP_NAME
The nginx configuration (if applicable) via dokku nginx:show-config APP_NAME
Link to the exact repository being deployed (if possible/applicable):
Output of failing Dokku commands after running dokku trace:on
(BEWARE: trace:on will print environment variables for some commands, be sure you're not exposing any sensitive information when posting issues. You may replace these values with XXXXXX):
The text was updated successfully, but these errors were encountered:
The config-options flag is used to specify a list of arguments to pass to the process running inside the docker container on start, not to the docker daemon.
There isn't currently a way to do what you're asking for, though there is a PR here that might eventually be merged and implement this.
Going to move this ticket to the redis plugin for tracking the feature across all services.
Description of problem
It is not possible to mount an additional volume for using Hunspell dictionaries.
Please tell me how to specify mounting data when creating a container.
How reproducible
Create a container specifying --config-options
Steps to Reproduce
Actual Results
Expected Results
The container was successfully created and the volume was installed
Environment Information
dokku report APP_NAME
outputHow (deb/make) and where (AWS, VirtualBox, physical, etc.) was Dokku installed?:
Additional information
dokku ps:inspect APP_NAME
dokku nginx:show-config APP_NAME
dokku trace:on
(BEWARE:
trace:on
will print environment variables for some commands, be sure you're not exposing any sensitive information when posting issues. You may replace these values with XXXXXX):The text was updated successfully, but these errors were encountered: