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 03a2615 commit 9a64708Copy full SHA for 9a64708
packages/@vue/cli-service/lib/commands/serve.js
@@ -297,7 +297,7 @@ function checkInContainer () {
297
const fs = require('fs')
298
if (fs.existsSync(`/proc/1/cgroup`)) {
299
const content = fs.readFileSync(`/proc/1/cgroup`, 'utf-8')
300
- return /:\/(lxc|docker)\//.test(content)
+ return /:\/(lxc|docker|kubepods)\//.test(content)
301
}
302
303
0 commit comments