https://chriswhocodes.com/hotspot_option_differences.html

UseContainerSupport

  • 由于busybox的ps 导致依赖组件有点小瑕疵所以需要update一下ps的依赖
 1
 2
 3
 4
 5
 6
 7
 8
 9
10

ps: unrecognized option: p
BusyBox v1.28.4 (2018-05-30 10:45:57 UTC) multi-call binary.

Usage: ps [-o COL1,COL2=HEADER]

Show list of processes

	-o COL1,COL2=HEADER	Select columns for display
The target pid (11) does not exist!
  • 执行下面命令修复
1
apk add --update procps
  • 如果需要用到telnet 则需要安装一下 busybox-extras
1
apk add busybox-extras