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:15] 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 # Executing docker install script, commit: f45d7c11389849ff46a6b4d94e0dd1ffebca32c1
 + sh -c apt-get update -qq >/dev/null + sh -c apt-get update -qq >/dev/null
Line 16: Line 17:
 + sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/null + sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/null
 + sh -c docker version + sh -c docker version
-Client: Docker Engine - Community 
- Version:           19.03.4 
- API version:       1.40 
- Go version:        go1.12.10 
- Git commit:        9013bf583a 
- Built:             Fri Oct 18 15:53:51 2019 
- OS/Arch:           linux/amd64 
- Experimental:      false 
- 
-Server: Docker Engine - Community 
- Engine: 
-  Version:          19.03.4 
-  API version:      1.40 (minimum version 1.12) 
-  Go version:       go1.12.10 
-  Git commit:       9013bf583a 
-  Built:            Fri Oct 18 15:52:23 2019 
-  OS/Arch:          linux/amd64 
-  Experimental:     false 
- containerd: 
-  Version:          1.2.10 
-  GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339 
- runc: 
-  Version:          1.0.0-rc8+dev 
-  GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657 
- docker-init: 
-  Version:          0.18.0 
-  GitCommit:        fec3683 
-If you would like to use Docker as a non-root user, you should now consider 
-adding your user to the "docker" group with something like: 
- 
-  sudo usermod -aG docker your-user 
- 
-Remember that you will have to log out and back in for this to take effect! 
- 
-WARNING: Adding a user to the "docker" group will grant the ability to run 
-         containers which can be used to obtain root privileges on the 
-         docker host. 
-         Refer to https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface 
-         for more information. 
- 
 </code> </code>
  
Line 65: Line 26:
  
 ^  Command  ^  Function  ^ ^  Command  ^  Function  ^
-      |+ Placeholder    Placeholder   |
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
  
-==== ====+==== Placeholder ====
  
 __Reason:__ \\ __Reason:__ \\
linux/ubuntu/docker.1571786120.txt.gz · Last modified: 2019/10/23 01:15 by lunetikk