Site Tools


linux:ubuntu:docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:ubuntu:docker [2019/10/23 01:12] lunetikklinux:ubuntu:docker [2019/10/23 01:18] (current) lunetikk
Line 1: Line 1:
-====== OpenVAS ======+====== Docker ======
  
 ===== Installation ===== ===== Installation =====
Line 7: Line 7:
 curl -sSL https://get.docker.com | sh curl -sSL https://get.docker.com | sh
  
 +# Output 
 +# Executing docker install script, commit: f45d7c11389849ff46a6b4d94e0dd1ffebca32c1 
 ++ sh -c apt-get update -qq >/dev/null 
 ++ sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null 
 ++ sh -c curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" | apt-key add -qq - >/dev/null 
 ++ sh -c echo "deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable" > /etc/apt/sources.list.d/docker.list 
 ++ sh -c apt-get update -qq >/dev/null 
 ++ [ -n  ] 
 ++ sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/null 
 ++ sh -c docker version
 </code> </code>
  
Line 17: Line 26:
  
 ^  Command  ^  Function  ^ ^  Command  ^  Function  ^
-      |+ Placeholder    Placeholder   |
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
  
-==== ====+==== Placeholder ====
  
 __Reason:__ \\ __Reason:__ \\
linux/ubuntu/docker.1571785938.txt.gz · Last modified: 2019/10/23 01:12 by lunetikk