我正在使用 chromeos 80 并在 crostini 中使用 debian buster。我想使用 snap 包管理器。当我尝试:
~$sudo snap install hello-world
error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount:
/tmp/sanity-mountpoint-962423259: mount failed: Operation not permitted.
Run Code Online (Sandbox Code Playgroud)
我怎样才能让它工作?
我需要帮助解决 Debian Buster Crostini 上的 Snap Package Manager 的大问题。每当我尝试使用 Snap 包管理器安装 Anbox 时,都会出现错误:
error: system does not fully support snapd: cannot mount squashfs image using
"squashfs": mount: /tmp/sanity-mountpoint-772933788: mount failed:
Operation not permitted.
Run Code Online (Sandbox Code Playgroud)
任何人都可以帮助解决这个问题吗?
我正在Crostini上运行Node.js服务器,并尝试通过localhost从同一个Chrome OS设备上运行的Android浏览器访问它:8080不起作用.
我试过了penguin.linux.test:8080,但那也没用.看起来Android容器没有得到正确的DNS设置.
那么如何获取Linux容器的IP地址?ifconfig没有安装,apt install无法获得它.
我已经按照教程https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-repository添加了存储库
但是当我运行sudo apt-get update时,我得到了以下堆栈
Ign:9 https://download.docker.com/linux/ubuntu stretch/stable amd64 Packages
Ign:10 https://download.docker.com/linux/ubuntu stretch/stable all Packages
Ign:12 https://download.docker.com/linux/ubuntu stretch/stable Translation-en
Ign:13 https://download.docker.com/linux/ubuntu stretch/stable Translation-en_US
Err:9 https://download.docker.com/linux/ubuntu stretch/stable amd64 Packages
404 Not Found
Ign:10 https://download.docker.com/linux/ubuntu stretch/stable all Packages
Ign:12 https://download.docker.com/linux/ubuntu stretch/stable Translation-en
Ign:13 https://download.docker.com/linux/ubuntu stretch/stable Translation-en_US
Reading package lists... Done
W: The repository 'https://download.docker.com/linux/ubuntu stretch Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) …Run Code Online (Sandbox Code Playgroud)