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
I have tried using docker compose with fixed commands, using an entry point and even an .sourcery.yml config file. Likewise with docker run ... commands.
The only working commands I have found are --help and --version. So the following command does what it is supposed to:
I have tried using docker compose with fixed commands, using an entry point and even an
.sourcery.yml
config file. Likewise withdocker run ...
commands.The only working commands I have found are
--help
and--version
. So the following command does what it is supposed to:The following commands behave like they have been giving unknown options.
... and outputs this:
Note that I have to include the
--platform linux/x86_64
to allow docker to run the image on ARM.Am I doing something wrong?
The text was updated successfully, but these errors were encountered: