Error response from daemon: Error processing tar file(exit status 1): remove /hosts: device or resou

You cannot copy over /etc/hosts. Docker provides the container with a custom /etc/hosts file.

You can overwrite this by using -v /some/file:/etc/hosts when creating the container. You can also write to the file from inside the container. You can also use the --add-host option when creating the container to add your own custom entries.

But you cannot copy over it. This is not something we can support, so closing.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325236231&siteId=291194637