We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b65677 commit 1a072c5Copy full SHA for 1a072c5
services/terminal.js
@@ -5,7 +5,7 @@ const path = require('path');
5
6
// 配置Docker连接
7
const docker = new Docker({
8
- //socketPath: process.env.DOCKER_SOCKET || '/var/run/docker.sock',
+ socketPath: process.env.DOCKER_SOCKET || '/var/run/docker.sock',
9
// 如果使用TCP连接(可选)
10
// host: process.env.DOCKER_HOST || 'localhost',
11
// port: process.env.DOCKER_PORT || 2375,
0 commit comments