4

I was attempting to install docker with snap and the error message is as follows:

l@l-Lenovo-Rescuer-15ISK:~$ sudo snap install docker
error: cannot perform the following tasks:
- Run install hook of "docker" snap if present (run hook "install": 
-----
cannot update snap namespace: cannot create symlink in "/etc/docker": existing file in the way
snap-update-ns failed with code 1
-----)
pxc3110
  • 51
  • 3
  • 5

1 Answers1

5

simply fix the problem by running the commands below

  1. sudo rm -rf /etc/docker
  2. sudo snap refresh