docker安装app出现这个提示无法安装
docker吧
全部回复
仅看楼主
level 1
deepsea_hj 楼主
有没有大佬解惑。找了一圈都解决不了
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker build --progress plain --tag 'qbittorrent' '/docker/docker-compose/qbittorrent/' 2>&1': #0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 595B done
#1 DONE 0.0s
Dockerfile:7
--------------------
5 | #
6 |
7 | >>> ---
8 | version: "2.1"
9 | services:
--------------------
ERROR: failed to solve: dockerfile parse error on line 7: unknown instruction: ---
OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; docker build --progress plain --tag 'qbittorrent' '/docker/docker-compose/qbittorrent/' 2>&1': #0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 595B done
#1 DONE 0.0s
Dockerfile:7
--------------------
5 | #
6 |
7 | >>> ---
8 | version: "2.1"
9 | services:
--------------------
ERROR: failed to solve: dockerfile parse error on line 7: unknown instruction: --- in /usr/share/openmediavault/engined/rpc/compose.inc:591
Stack trace:
#0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(620): OMVRpcServiceCompose->{closure}('/tmp/bgstatusCi...', '/tmp/bgoutputXD...')
#1 /usr/share/openmediavault/engined/rpc/compose.inc(594): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
#2 [internal function]: OMVRpcServiceCompose->doBuild(Array, Array)
#3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('doBuild', Array, Array)
#5 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Compose', 'doBuild', Array, Array, 1)
#6 {main}
2024年02月05日 04点02分 1
level 5
Dockerfile 第 7 行的格式不对。你可以把你的 Dockerfile 截图发出来看看。
2024年04月08日 04点04分 2
1