English 中文(简体)
在改变数据调查时,我如何纠正多克错误
原标题:How can I fix Docker errors when changing data-root

我在寻求一种解决办法,即改变多克数据集。

OS is Ubuntu 18.04.5.
Docker version is 20.10.1.

Without changes docker works fine, but I need to change the data-root to get more space. I found two possible solutions:

  1. Setting a symlink to /var/lib/docker
  2. Creating /etc/docker/daemon.json with data-root value set (including service restart and daemon-reload)

这两种解决办法都没有奏效,也留下同样的错误。 例如,当我执政时

docker run hello-world

I get the error
"Error response from daemon: symlink /proc/mounts /mnt/docker/aufs/mnt/[...]-init/etc/mtab: function not implemented"

页: 1

docker run mysql

I get
"docker:failed to register layer: Error processing tar file(exit status 1): symlink hostname /bin/dnsdomainname: function not implemented"

我已把安装在/etc/fstab的装置上。

UUID=<uuid>    /mnt    auto    auto,user,rw    0 0

至今对数据储存进行罚款。 only只发生 do。

能否在磁盘上获得许可?

问题回答

我最后把外部储存归为延伸4.mkfs.ext4 /dev/mmcblk0。





相关问题
Not authorized to write to this feed

I am calling service.insert(new URL(getContentFeedUrl()), newAttachment); for Google sites file upload using MediaStreamSource in servlet and get following exception com.google.gdata.util....

php javascript permissions problem

Kind of a weird problem... not something ive ever run into before. So, i am using CKeditor, and am creating the upload and browse functions for users to upload and use images in the rich text editor. ...

Limiting Access by Permission

thanks for viewing this. I have a db that has users, roles & user_roles. What I am trying to achieve is a login that will select users who have Admin or Associate permissions. The login then uses ...

SQL Agent not kicking off an SSIS package

I have a server that has a SQL Agent job setup to run a two part datawarehouse build and Analysis Services cube build. The job ran successfully until there was a problem with Management Studio and ....

SharePoint : web service permission error

I have a sharepoint site, and I am calling a standard sharepoint web service. I create the web service request like this : wsDws.Url = this.SiteAddress + @"/_vti_bin/Dws.asmx"; When I use ...

热门标签