error 1
bash: service: command not found
1
 |  | 
error 2
System has not been booted with systemd as init system (PID 1). Can’t operate.
容器的命令:
1
 |  | 
需要修改为
1
 |  | 
也就是加–privileged=true,修改/binbash 为/sbin/init
	  
  bash: service: command not found
1
 |  | 
System has not been booted with systemd as init system (PID 1). Can’t operate.
容器的命令:
1
 |  | 
需要修改为
1
 |  | 
也就是加–privileged=true,修改/binbash 为/sbin/init