Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. shim@shim-Inspiron-5570:~$ sudo docker build -t shim/debian .
  2. [sudo] password for shim:
  3. ERRO[0014] Can't add file /home/shim/.ServiceHub/bc1be858c1/116f2fb4b7 to tar: archive/tar: sockets not supported
  4. ERRO[0014] Can't add file /home/shim/.ServiceHub/bc1be858c1/11a6628921 to tar: archive/tar: sockets not supported
  5. ERRO[0014] Can't add file /home/shim/.ServiceHub/bc1be858c1/2cb20241cd to tar: archive/tar: sockets not supported
  6. ERRO[0014] Can't add file /home/shim/.ServiceHub/bc1be858c1/4964606154 to tar: archive/tar: sockets not supported
  7. ERRO[0014] Can't add file /home/shim/.ServiceHub/bc1be858c1/bc1be858c1 to tar: archive/tar: sockets not supported
  8. ^Cnding build context to Docker daemon 1.725GB
  9.  
  10. FROM debian:shim
  11. RUN apt-get update
  12. RUN apt-get install -y git
  13. RUN apt-get install -y vim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement