Advertisement
bitmen

Umbrel using Ubuntu

Sep 28th, 2022
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.68 KB | Cryptocurrency | 0 0
  1. Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 4.4.0-19041-Microsoft x86_64)
  2.  
  3. * Documentation: https://help.ubuntu.com
  4. * Management: https://landscape.canonical.com
  5. * Support: https://ubuntu.com/advantage
  6. /etc/update-motd.d/50-landscape-sysinfo: 17: cannot create /var/lib/landscape/landscape-sysinfo.cache: Permission denied
  7. 37 updates can be applied immediately.
  8. 16 of these updates are standard security updates.
  9. To see these additional updates run: apt list --upgradable
  10.  
  11.  
  12.  
  13. This message is shown once a day. To disable it please create the
  14. /home/bitmen/.hushlogin file.
  15. bitmen@DESKTOP-2QHOPRA:~$
  16. bitmen@DESKTOP-2QHOPRA:~$ sudo apt-get update
  17. [sudo] password for bitmen:
  18. Hit:1 https://download.docker.com/linux/ubuntu jammy InRelease
  19. Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
  20. Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
  21. Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
  22. Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB]
  23. Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [600 kB]
  24. Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [141 kB]
  25. Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [337 kB]
  26. Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [52.2 kB]
  27. Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [422 kB]
  28. Fetched 1876 kB in 24s (78.3 kB/s)
  29. Reading package lists... Done
  30. bitmen@DESKTOP-2QHOPRA:~$ sudo apt-get update
  31. Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
  32. Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
  33. Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
  34. Hit:4 https://download.docker.com/linux/ubuntu jammy InRelease
  35. Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
  36. Reading package lists... Done
  37. bitmen@DESKTOP-2QHOPRA:~$ sudo apt-get install apt-transport-https ca-certificates curl gnupg software-properties-commonReading package lists... Done
  38. Building dependency tree... Done
  39. Reading state information... Done
  40. ca-certificates is already the newest version (20211016).
  41. curl is already the newest version (7.81.0-1ubuntu1.4).
  42. gnupg is already the newest version (2.2.27-3ubuntu2.1).
  43. apt-transport-https is already the newest version (2.4.7).
  44. The following additional packages will be installed:
  45. python3-software-properties
  46. The following packages will be upgraded:
  47. python3-software-properties software-properties-common
  48. 2 upgraded, 0 newly installed, 0 to remove and 43 not upgraded.
  49. Need to get 42.9 kB of archives.
  50. After this operation, 0 B of additional disk space will be used.
  51. Do you want to continue? [Y/n] Y
  52. Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.3 [14.1 kB]
  53. Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.3 [28.8 kB]
  54. Fetched 42.9 kB in 1s (33.8 kB/s)
  55. (Reading database ... 55493 files and directories currently installed.)
  56. Preparing to unpack .../software-properties-common_0.99.22.3_all.deb ...
  57. Unpacking software-properties-common (0.99.22.3) over (0.99.22.2) ...
  58. Preparing to unpack .../python3-software-properties_0.99.22.3_all.deb ...
  59. Unpacking python3-software-properties (0.99.22.3) over (0.99.22.2) ...
  60. Setting up python3-software-properties (0.99.22.3) ...
  61. Setting up software-properties-common (0.99.22.3) ...
  62. Processing triggers for man-db (2.10.2-1) ...
  63. Processing triggers for dbus (1.12.20-2ubuntu4) ...
  64. Scanning processes...
  65. Scanning candidates...
  66. Scanning processor microcode...
  67. Scanning linux images...
  68.  
  69. Failed to retrieve available kernel versions.
  70.  
  71. Failed to check for processor microcode upgrades.
  72.  
  73. No services need to be restarted.
  74.  
  75. No containers need to be restarted.
  76.  
  77. User sessions running outdated binaries:
  78. bitmen @ /dev/tty1: bash[9]
  79. root @ /dev/pts/0: sh[774]
  80. root @ /dev/tty1: init[8]
  81.  
  82. No VM guests are running outdated hypervisor (qemu) binaries on this host.
  83. bitmen@DESKTOP-2QHOPRA:~$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
  84. bitmen@DESKTOP-2QHOPRA:~$ ^M
  85. : command not found
  86. bitmen@DESKTOP-2QHOPRA:~$
  87. bitmen@DESKTOP-2QHOPRA:~$
  88. bitmen@DESKTOP-2QHOPRA:~$
  89. bitmen@DESKTOP-2QHOPRA:~$
  90. bitmen@DESKTOP-2QHOPRA:~$ ^M
  91. : command not found
  92. bitmen@DESKTOP-2QHOPRA:~$ echo \
  93. > "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \
  94. > $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
  95. bitmen@DESKTOP-2QHOPRA:~$ sudo apt-get update
  96. Hit:1 http://archive.ubuntu.com/ubuntu jammy InReleased.io
  97. Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
  98. Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
  99. Hit:4 https://download.docker.com/linux/ubuntu jammy InRelease
  100. Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
  101. Reading package lists... Done
  102. bitmen@DESKTOP-2QHOPRA:~$ docker --version
  103. Docker version 20.10.18, build b40c2f6
  104. bitmen@DESKTOP-2QHOPRA:~$ sudo docker run hello-world
  105. docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
  106. See 'docker run --help'.
  107. bitmen@DESKTOP-2QHOPRA:~$ sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
  108. % Total % Received % Xferd Average Speed Time Time Time Current
  109. Dload Upload Total Spent Left Speed
  110. 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
  111. 100 12.1M 100 12.1M 0 0 1304k 0 0:00:09 0:00:09 --:--:-- 4340k
  112. bitmen@DESKTOP-2QHOPRA:~$ sudo chmod +x /usr/local/bin/docker-compose
  113. bitmen@DESKTOP-2QHOPRA:~$ docker-compose --version
  114. docker-compose version 1.29.2, build 5becea4c
  115. bitmen@DESKTOP-2QHOPRA:~$ sudo apt-get install fswatch jq rsync curl
  116. Reading package lists... Done
  117. Building dependency tree... Done
  118. Reading state information... Done
  119. jq is already the newest version (1.6-2.1ubuntu3).
  120. rsync is already the newest version (3.2.3-8ubuntu3).
  121. fswatch is already the newest version (1.14.0+repack-13.1).
  122. curl is already the newest version (7.81.0-1ubuntu1.4).
  123. 0 upgraded, 0 newly installed, 0 to remove and 43 not upgraded.
  124. bitmen@DESKTOP-2QHOPRA:~$ mkdir umbrel
  125. mkdir: cannot create directory ‘umbrel’: File exists
  126. bitmen@DESKTOP-2QHOPRA:~$ cd umbrel
  127. bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://github.com/getumbrel/umbrel/archive/v0.4.0.tar.gz | tar -xz --strip-components=1
  128. % Total/usr/bin/gzip: 1: ELF: not found
  129. % Received % Xferd Average Spe/usr/bin/gzip: 3: e: not foundd
  130. /usr/bin/gzip: 4: Syntax error: "(" unexpected
  131. Time Time Time Current
  132. Dload Upload Total Spent Left Speed
  133. 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
  134. tar: Child died with signal 13
  135. tar: Error is not recoverable: exiting now
  136. 100 17745 0 17745 0 0 2553 0 --:--:-- 0:00:06 --:--:-- 2553
  137. curl: (23) Failure writing output to destination
  138. bitmen@DESKTOP-2QHOPRA:~/umbrel$ sudo ./scripts/start
  139. sudo: ./scripts/start: command not found
  140. bitmen@DESKTOP-2QHOPRA:~/umbrel$ cd Umbrel
  141. -bash: cd: Umbrel: No such file or directory
  142. bitmen@DESKTOP-2QHOPRA:~/umbrel$
  143. bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://umbrel.sh | bash
  144. % Total % Received % Xferd Average Speed Time Time Time Current
  145. Dload Upload Total Spent Left Speed
  146. 100 41 100 41 0 0 26 0 0:00:01 0:00:01 --:--:-- 26
  147. 100 7060 100 7060 0 0 3290 0 0:00:02 0:00:02 --:--:-- 0
  148. About to install Umbrel in "/home/bitmen/umbrel".
  149. If you would like to install somewhere else you can specify a custom location with:
  150.  
  151. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  152.  
  153. Waiting for 10 seconds...
  154.  
  155. You may press Ctrl+C now to abort the install.
  156.  
  157. It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
  158.  
  159. If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
  160.  
  161. You can pass flags to the installer like this:
  162.  
  163. curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
  164.  
  165. Waiting for 30 seconds...
  166.  
  167. You may press Ctrl+C now to abort the install.
  168.  
  169. Error: Umbrel install path "/home/bitmen/umbrel" already contains files
  170. You can install Umbrel in a custom location with:
  171.  
  172. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  173. bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  174. % Total % Received % Xferd Average Speed Time Time Time Current
  175. Dload Upload Total Spent Left Speed
  176. 100 41 100 41 0 0 49 0 --:--:-- --:--:-- --:--:-- 49
  177. 100 7060 100 7060 0 0 6750 0 0:00:01 0:00:01 --:--:-- 6750
  178. About to install Umbrel in "/some/path".
  179. If you would like to install somewhere else you can specify a custom location with:
  180.  
  181. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  182.  
  183. Waiting for 10 seconds...
  184.  
  185. You may press Ctrl+C now to abort the install.
  186.  
  187. It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
  188.  
  189. If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
  190.  
  191. You can pass flags to the installer like this:
  192.  
  193. curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
  194.  
  195. Waiting for 30 seconds...
  196.  
  197. You may press Ctrl+C now to abort the install.
  198.  
  199. mkdir: cannot create directory ‘/some’: Permission denied
  200. bitmen@DESKTOP-2QHOPRA:~/umbrel$
  201. bitmen@DESKTOP-2QHOPRA:~/umbrel$ sudo curl -L https://umbrel.sh | bash -s -- --install-path ~/umbrel
  202. [sudo] password for bitmen:
  203. % Total % Received % Xferd Average Speed Time Time Time Current
  204. Dload Upload Total Spent Left Speed
  205. 100 41 100 41 0 0 16 0 0:00:02 0:00:02 --:--:-- 16
  206. 100 7060 100 7060 0 0 2334 0 0:00:03 0:00:03 --:--:-- 20345
  207. About to install Umbrel in "/home/bitmen/umbrel".
  208. If you would like to install somewhere else you can specify a custom location with:
  209.  
  210. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  211.  
  212. Waiting for 10 seconds...
  213.  
  214. You may press Ctrl+C now to abort the install.
  215.  
  216. It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
  217.  
  218. If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
  219.  
  220. You can pass flags to the installer like this:
  221.  
  222. curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
  223.  
  224. Waiting for 30 seconds...
  225.  
  226. You may press Ctrl+C now to abort the install.
  227.  
  228. Error: Umbrel install path "/home/bitmen/umbrel" already contains files
  229. You can install Umbrel in a custom location with:
  230.  
  231. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  232. bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  233. % Total % Received % Xferd Average Speed Time Time Time Current
  234. Dload Upload Total Spent Left Speed
  235. 100 41 100 41 0 0 47 0 --:--:-- --:--:-- --:--:-- 47
  236. 100 7060 100 7060 0 0 6404 0 0:00:01 0:00:01 --:--:-- 6404
  237. About to install Umbrel in "/some/path".
  238. If you would like to install somewhere else you can specify a custom location with:
  239.  
  240. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  241.  
  242. Waiting for 10 seconds...
  243.  
  244. You may press Ctrl+C now to abort the install.
  245.  
  246. It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
  247.  
  248. If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
  249.  
  250. You can pass flags to the installer like this:
  251.  
  252. curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
  253.  
  254. Waiting for 30 seconds...
  255.  
  256. You may press Ctrl+C now to abort the install.
  257.  
  258. mkdir: cannot create directory ‘/some’: Permission denied
  259. bitmen@DESKTOP-2QHOPRA:~/umbrel$ cd Desktop/
  260. -bash: cd: Desktop/: No such file or directory
  261. bitmen@DESKTOP-2QHOPRA:~/umbrel$ cd Umbrel
  262. -bash: cd: Umbrel: No such file or directory
  263. bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://umbrel.sh | bash -s
  264. % Total % Received % Xferd Average Speed Time Time Time Current
  265. Dload Upload Total Spent Left Speed
  266. 100 41 100 41 0 0 29 0 0:00:01 0:00:01 --:--:-- 29
  267. 100 7060 100 7060 0 0 3369 0 0:00:02 0:00:02 --:--:-- 3369
  268. About to install Umbrel in "/home/bitmen/umbrel".
  269. If you would like to install somewhere else you can specify a custom location with:
  270.  
  271. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  272.  
  273. Waiting for 10 seconds...
  274.  
  275. You may press Ctrl+C now to abort the install.
  276.  
  277. It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
  278.  
  279. If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
  280.  
  281. You can pass flags to the installer like this:
  282.  
  283. curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
  284.  
  285. Waiting for 30 seconds...
  286.  
  287. You may press Ctrl+C now to abort the install.
  288.  
  289. Error: Umbrel install path "/home/bitmen/umbrel" already contains files
  290. You can install Umbrel in a custom location with:
  291.  
  292. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  293. bitmen@DESKTOP-2QHOPRA:~/umbrel$ curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  294. % Total % Received % Xferd Average Speed Time Time Time Current
  295. Dload Upload Total Spent Left Speed
  296. 100 41 100 41 0 0 21 0 0:00:01 0:00:01 --:--:-- 21
  297. 100 7060 100 7060 0 0 3380 0 0:00:02 0:00:02 --:--:-- 3380
  298. About to install Umbrel in "/some/path".
  299. If you would like to install somewhere else you can specify a custom location with:
  300.  
  301. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  302.  
  303. Waiting for 10 seconds...
  304.  
  305. You may press Ctrl+C now to abort the install.
  306.  
  307. It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
  308.  
  309. If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
  310.  
  311. You can pass flags to the installer like this:
  312.  
  313. curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
  314.  
  315. Waiting for 30 seconds...
  316.  
  317. You may press Ctrl+C now to abort the install.
  318.  
  319. mkdir: cannot create directory ‘/some’: Permission denied
  320. bitmen@DESKTOP-2QHOPRA:~/umbrel$ ls
  321. ''$'\001\020''3@pu'$'\001''@8'$'\r''@'$'\036\035\006\004''@@@�'$'\002''�'$'\002\b\003\004\030\003\030\003\030\003\034\034\001\001\004''�'$'\037''�'$'\037\020\001\005'
  322. bitmen@DESKTOP-2QHOPRA:~/umbrel$ cd
  323. bitmen@DESKTOP-2QHOPRA:~$ pwd
  324. /home/bitmen
  325. bitmen@DESKTOP-2QHOPRA:~$ curl -L https://umbrel.sh | bash -s
  326. % Total % Received % Xferd Average Speed Time Time Time Current
  327. Dload Upload Total Spent Left Speed
  328. 100 41 100 41 0 0 52 0 --:--:-- --:--:-- --:--:-- 52
  329. 100 7060 100 7060 0 0 5142 0 0:00:01 0:00:01 --:--:-- 12720
  330. About to install Umbrel in "/home/bitmen/umbrel".
  331. If you would like to install somewhere else you can specify a custom location with:
  332.  
  333. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  334.  
  335. Waiting for 10 seconds...
  336.  
  337. You may press Ctrl+C now to abort the install.
  338.  
  339. It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
  340.  
  341. If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
  342.  
  343. You can pass flags to the installer like this:
  344.  
  345. curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
  346.  
  347. Waiting for 30 seconds...
  348.  
  349. You may press Ctrl+C now to abort the install.
  350.  
  351. Error: Umbrel install path "/home/bitmen/umbrel" already contains files
  352. You can install Umbrel in a custom location with:
  353.  
  354. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  355. bitmen@DESKTOP-2QHOPRA:~$ sudo rm -rf ~/umbrel/*
  356. [sudo] password for bitmen:
  357. bitmen@DESKTOP-2QHOPRA:~$
  358. bitmen@DESKTOP-2QHOPRA:~$
  359. bitmen@DESKTOP-2QHOPRA:~$ ~/umbrel
  360. -bash: /home/bitmen/umbrel: Is a directory
  361. bitmen@DESKTOP-2QHOPRA:~$ cd umbrel
  362. bitmen@DESKTOP-2QHOPRA:~/umbrel$
  363. bitmen@DESKTOP-2QHOPRA:~/umbrel$ .
  364. -bash: .: filename argument required
  365. .: usage: . filename [arguments]
  366. bitmen@DESKTOP-2QHOPRA:~/umbrel$
  367. bitmen@DESKTOP-2QHOPRA:~/umbrel$
  368. bitmen@DESKTOP-2QHOPRA:~/umbrel$
  369. bitmen@DESKTOP-2QHOPRA:~/umbrel$
  370. bitmen@DESKTOP-2QHOPRA:~/umbrel$ sudo rm -rf ~/umbrel/*
  371. bitmen@DESKTOP-2QHOPRA:~/umbrel$
  372. bitmen@DESKTOP-2QHOPRA:~/umbrel$ cd
  373. bitmen@DESKTOP-2QHOPRA:~$
  374. bitmen@DESKTOP-2QHOPRA:~$
  375. bitmen@DESKTOP-2QHOPRA:~$ sudo rm -rf ~/umbrel/*
  376. bitmen@DESKTOP-2QHOPRA:~$ curl -L https://umbrel.sh | bash -s – --install-path ~/umbrel
  377. % Total % Received % Xferd Average Speed Time Time Time Current
  378. Dload Upload Total Spent Left Speed
  379. 100 41 100 41 0 0 16 0 0:00:02 0:00:02 --:--:-- 16
  380. 100 7060 100 7060 0 0 2267 0 0:00:03 0:00:03 --:--:-- 0
  381. About to install Umbrel in "/home/bitmen/umbrel".
  382. If you would like to install somewhere else you can specify a custom location with:
  383.  
  384. curl -L https://umbrel.sh | bash -s -- --install-path /some/path
  385.  
  386. Waiting for 10 seconds...
  387.  
  388. You may press Ctrl+C now to abort the install.
  389.  
  390. It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
  391.  
  392. If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
  393.  
  394. You can pass flags to the installer like this:
  395.  
  396. curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
  397.  
  398. Waiting for 30 seconds...
  399.  
  400. You may press Ctrl+C now to abort the install.
  401.  
  402. Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
  403. Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
  404. Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB]
  405. Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [607 kB]
  406. Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [142 kB]
  407. Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [8760 B]
  408. Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [340 kB]
  409. Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [52.9 kB]
  410. Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [422 kB]
  411. Get:10 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [6752 B]
  412. Hit:11 https://download.docker.com/linux/ubuntu jammy InRelease
  413. Get:12 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
  414. Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [348 kB]
  415. Get:14 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [80.0 kB]
  416. Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [304 kB]
  417. Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [47.2 kB]
  418. Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [284 kB]
  419. Fetched 2967 kB in 27s (108 kB/s)
  420. Reading package lists... Done
  421. Reading package lists... Done
  422. Building dependency tree... Done
  423. Reading state information... Done
  424. gettext-base is already the newest version (0.21-4ubuntu4).
  425. jq is already the newest version (1.6-2.1ubuntu3).
  426. rsync is already the newest version (3.2.3-8ubuntu3).
  427. fswatch is already the newest version (1.14.0+repack-13.1).
  428. curl is already the newest version (7.81.0-1ubuntu1.4).
  429. git is already the newest version (1:2.34.1-1ubuntu1.4).
  430. gnupg is already the newest version (2.2.27-3ubuntu2.1).
  431. python3 is already the newest version (3.10.6-1~22.04).
  432. 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded.
  433. Reading package lists... Done
  434. Building dependency tree... Done
  435. Reading state information... Done
  436. avahi-daemon is already the newest version (0.8-5ubuntu5).
  437. libnss-mdns is already the newest version (0.15.1-1ubuntu1).
  438. avahi-discover is already the newest version (0.8-5ubuntu5).
  439. 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded.
  440. % Total % Received % Xferd Average Speed Time Time Time Current
  441. Dload Upload Total Spent Left Speed
  442. 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
  443. 100 9922k 100 9922k 0 0 400k 0 0:00:24 0:00:24 --:--:-- 402k
  444. yq installed successfully...
  445. # Executing docker install script, commit: 4f282167c425347a931ccfd95cc91fab041d414f
  446. Warning: the "docker" command appears to already exist on this system.
  447.  
  448. If you already have Docker installed, this script can cause trouble, which is
  449. why we're displaying this warning and provide the opportunity to cancel the
  450. installation.
  451.  
  452. If you installed the current Docker package using this script and are using it
  453. again to update Docker, you can safely ignore this message.
  454.  
  455. You may press Ctrl+C now to abort this script.
  456. + sleep 20
  457.  
  458. WSL DETECTED: We recommend using Docker Desktop for Windows.
  459. Please get Docker Desktop from https://www.docker.com/products/docker-desktop
  460.  
  461.  
  462. You may press Ctrl+C now to abort this script.
  463. + sleep 20
  464. + sh -c apt-get update -qq >/dev/null
  465. + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
  466. + sh -c mkdir -p /etc/apt/keyrings && chmod -R 0755 /etc/apt/keyrings
  467. + sh -c curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" | gpg --dearmor --yes -o /etc/apt/keyrings/docker.gpg
  468. + sh -c chmod a+r /etc/apt/keyrings/docker.gpg
  469. + sh -c echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu jammy stable" > /etc/apt/sources.list.d/docker.list
  470. + sh -c apt-get update -qq >/dev/null
  471. + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-scan-plugin >/dev/null
  472. + version_gte 20.10
  473. + [ -z ]
  474. + return 0
  475. + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq docker-ce-rootless-extras >/dev/null
  476.  
  477. ================================================================================
  478.  
  479. To run Docker as a non-privileged user, consider setting up the
  480. Docker daemon in rootless mode for your user:
  481.  
  482. dockerd-rootless-setuptool.sh install
  483.  
  484. Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
  485.  
  486.  
  487. To run the Docker daemon as a fully privileged service, but granting non-root
  488. users access, refer to https://docs.docker.com/go/daemon-access/
  489.  
  490. WARNING: Access to the remote API on a privileged Docker daemon is equivalent
  491. to root access on the host. Refer to the 'Docker daemon attack surface'
  492. documentation for details: https://docs.docker.com/go/attack-surface/
  493.  
  494. ================================================================================
  495.  
  496. Reading package lists... Done
  497. Building dependency tree... Done
  498. Reading state information... Done
  499. libffi-dev is already the newest version (3.4.2-4).
  500. python3-pip is already the newest version (22.0.2+dfsg-1).
  501. 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded.
  502. Defaulting to user installation because normal site-packages is not writeable
  503. Requirement already satisfied: pip in ./.local/lib/python3.10/site-packages (22.2.2)
  504. Requirement already satisfied: docker-compose in /usr/local/lib/python3.10/dist-packages (1.29.2)
  505. Requirement already satisfied: docker[ssh]>=5 in /usr/local/lib/python3.10/dist-packages (from docker-compose) (6.0.0)
  506. Requirement already satisfied: dockerpty<1,>=0.4.1 in /usr/local/lib/python3.10/dist-packages (from docker-compose) (0.4.1)
  507. Requirement already satisfied: websocket-client<1,>=0.32.0 in /usr/local/lib/python3.10/dist-packages (from docker-compose) (0.59.0)
  508. Requirement already satisfied: distro<2,>=1.5.0 in /usr/lib/python3/dist-packages (from docker-compose) (1.7.0)
  509. Requirement already satisfied: requests<3,>=2.20.0 in /usr/local/lib/python3.10/dist-packages (from docker-compose) (2.28.1)
  510. Requirement already satisfied: texttable<2,>=0.9.0 in /usr/local/lib/python3.10/dist-packages (from docker-compose) (1.6.4)
  511. Requirement already satisfied: docopt<1,>=0.6.1 in /usr/local/lib/python3.10/dist-packages (from docker-compose) (0.6.2)
  512. Requirement already satisfied: jsonschema<4,>=2.5.1 in /usr/lib/python3/dist-packages (from docker-compose) (3.2.0)
  513. Requirement already satisfied: PyYAML<6,>=3.10 in /usr/lib/python3/dist-packages (from docker-compose) (5.4.1)
  514. Requirement already satisfied: python-dotenv<1,>=0.13.0 in /usr/local/lib/python3.10/dist-packages (from docker-compose) (0.21.0)
  515. Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/dist-packages (from docker[ssh]>=5->docker-compose) (21.3)
  516. Requirement already satisfied: urllib3>=1.26.0 in /usr/lib/python3/dist-packages (from docker[ssh]>=5->docker-compose) (1.26.5)
  517. Requirement already satisfied: paramiko>=2.4.3 in /usr/local/lib/python3.10/dist-packages (from docker[ssh]>=5->docker-compose) (2.11.0)
  518. Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from dockerpty<1,>=0.4.1->docker-compose) (1.16.0)
  519. Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests<3,>=2.20.0->docker-compose) (3.3)
  520. Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/dist-packages (from requests<3,>=2.20.0->docker-compose) (2.1.1)
  521. Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests<3,>=2.20.0->docker-compose) (2020.6.20)
  522. Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/lib/python3/dist-packages (from packaging>=14.0->docker[ssh]>=5->docker-compose) (2.4.7)
  523. Requirement already satisfied: cryptography>=2.5 in /usr/lib/python3/dist-packages (from paramiko>=2.4.3->docker[ssh]>=5->docker-compose) (3.4.8)
  524. Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from paramiko>=2.4.3->docker[ssh]>=5->docker-compose) (1.5.0)
  525. Requirement already satisfied: bcrypt>=3.1.3 in /usr/lib/python3/dist-packages (from paramiko>=2.4.3->docker[ssh]>=5->docker-compose) (3.2.0)
  526. Requirement already satisfied: cffi>=1.4.1 in /usr/local/lib/python3.10/dist-packages (from pynacl>=1.0.1->paramiko>=2.4.3->docker[ssh]>=5->docker-compose) (1.15.1)
  527. Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from cffi>=1.4.1->pynacl>=1.0.1->paramiko>=2.4.3->docker[ssh]>=5->docker-compose) (2.21)
  528. WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
  529. % Total % Received % Xferd Average Speed Time Time Time Current
  530. Dload Upload Total Spent Left Speed
  531. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0/usr/bin/gzip: 1: ELF: not found
  532. /usr/bin/gzip: 3: : not found
  533. /usr/bin/gzip: 4: Syntax error: "(" unexpected
  534. 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
  535. 1tar: 0Child died with signal 130 0 0 --:--:-- 0:00:01 --:--:-- 0
  536. tar: 1Error is not recoverable: exiting now5
  537. 100 17745 0 17745 0 0 8322 0 --:--:-- 0:00:02 --:--:-- 16772
  538. curl: (23) Failure writing output to destination
  539. bitmen@DESKTOP-2QHOPRA:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement