Guest User

Untitled

a guest
Dec 13th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. $ docker run hello-world
  2.  
  3. Unable to find image 'hello-world:latest' locally
  4. latest: Pulling from library/hello-world
  5. c04b14da8d14: Pulling fs layer
  6. E:SanjayTensorDocker Toolboxdocker.exe: open /mnt/sda1/var/lib/docker/tmp/Ge
  7. tImageBlob474134307: read-only file system.
  8. See 'E:SanjayTensorDocker Toolboxdocker.exe run --help'.
  9.  
  10. $ docker info
  11. Containers: 0
  12. Running: 0
  13. Paused: 0
  14. Stopped: 0
  15. Images: 0
  16. Server Version: 1.12.3
  17. Storage Driver: aufs
  18. Root Dir: /mnt/sda1/var/lib/docker/aufs
  19. Backing Filesystem: extfs
  20. Dirs: 0
  21. Dirperm1 Supported: true
  22. Logging Driver: json-file
  23. Cgroup Driver: cgroupfs
  24. Plugins:
  25. Volume: local
  26. Network: null host bridge overlay
  27. Swarm: inactive
  28. Runtimes: runc
  29. Default Runtime: runc
  30. Security Options: seccomp
  31. Kernel Version: 4.4.27-boot2docker
  32. Operating System: Boot2Docker 1.12.3 (TCL 7.2); HEAD : 7fc7575 - Thu Oct 27 17:2
  33. 3:17 UTC 2016
  34. OSType: linux
  35. Architecture: x86_64
  36. CPUs: 1
  37. Total Memory: 995.8 MiB
  38. Name: default
  39. ID: O5YY:NXSQ:PYYI:HHGU:6ZN3:3U7H:DICU:3QWV:ABUJ:EUFR:MAEU:MMNN
  40. Docker Root Dir: /mnt/sda1/var/lib/docker
  41. Debug Mode (client): false
  42. Debug Mode (server): true
  43. File Descriptors: 15
  44. Goroutines: 27
  45. System Time: 2016-11-24T18:11:38.478659087Z
  46. EventsListeners: 0
  47. Registry: https://index.docker.io/v1/
  48. Labels:
  49. provider=virtualbox
  50. Insecure Registries:
  51. 127.0.0.0/8
  52.  
  53. $ docker-machine ls
  54.  
  55. $ ls -l
  56. total 1417
  57. drwxr-x---+ 1 SYSTEM SYSTEM 0 Dec 11 06:23 Desktop
  58. -rwxrwx---+ 1 Administrators SYSTEM 174 Mar 18 2017 desktop.ini
  59. drwx------+ 1 SYSTEM SYSTEM 0 May 15 2017 Documents
  60. drwx------+ 1 SYSTEM SYSTEM 0 Aug 22 2013 Downloads
  61. drwx------+ 1 SYSTEM SYSTEM 0 May 15 2017 Libraries
  62.  
  63. $ find . -type d -exec chmod 0770 {} ;
  64.  
  65. $ ls -l
  66. total 14059
  67. drwxrwx---+ 1 rooster SYSTEM 0 Nov 18 16:36 Desktop
  68. drwxrwx---+ 1 rooster SYSTEM 0 Dec 11 16:58 Documents
  69. drwxrwx---+ 1 rooster None 0 Dec 12 11:05 Downloads
Add Comment
Please, Sign In to add comment