在执行时遵循本教程
sudo apt-get install -y mssql-server
Run Code Online (Sandbox Code Playgroud)
我在输出中得到下一个错误:
The following packages have unmet dependencies:
mssql-server : Depends: libjemalloc1 but it is not installable
Depends: libssl1.0.0 but it is not installable
Run Code Online (Sandbox Code Playgroud)
我该怎么办?
按照一些教程安装 docker 后,例如这个:
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04
我尝试启动 docker 服务,它说它正在尝试启动(systemctl 东西对我不起作用,因为我得到了System has not been booted with systemd as init system):
$ sudo service docker start
* Starting Docker: docker
Run Code Online (Sandbox Code Playgroud)
但它在运行时永远不会如图所示启动
$ sudo service docker status
* Docker is not running
Run Code Online (Sandbox Code Playgroud)