User Tools

Site Tools


docker:install_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
docker:install_docker [2021/02/05 11:21] peterdocker:install_docker [2025/05/20 15:43] (current) peter
Line 50: Line 50:
 <WRAP info> <WRAP info>
 **NOTE:**  This allows docker to be run without using sudo. **NOTE:**  This allows docker to be run without using sudo.
 +
 +To enable this functionality, log out and log back in; or run: <code bash>
 +newgrp docker
 +</code>
 +
 </WRAP> </WRAP>
  
Line 61: Line 66:
  
 <WRAP info> <WRAP info>
-**NOTE:**  If an error is seen such as **docker: Got permission denied while trying to connect to the Docker daemon socket**, then log out and log back in.+**NOTE:**  If an error is seen such as **docker: Got permission denied while trying to connect to the Docker daemon socket**, then
 + 
 +<code bash> 
 +sudo chmod 666 /var/run/docker.sock 
 +</code> 
 </WRAP> </WRAP>
  
Line 67: Line 77:
 ---- ----
  
-Then you can start Docker with the systemctl command:+===== Start Docker =====
  
 <code bash> <code bash>
Line 75: Line 85:
 ---- ----
  
-Enable docker to run at system boot:+===== Enable docker to run at system boot =====
  
 <code bash> <code bash>
Line 83: Line 93:
 ---- ----
  
-You might also want to check the docker version:+===== Check the docker version =====
  
 <code bash> <code bash>
Line 91: Line 101:
 Show the currently installed Docker version. Show the currently installed Docker version.
  
-Now docker is installed in your system.+----
  
-You can start making a container by downloading a Docker Image from the Docker Registry.+<WRAP info> 
 +**NOTE:**  docker is now installed. 
 + 
 +  * A container can now be started by downloading a Docker Image from the Docker Registry. 
 + 
 +</WRAP>
  
docker/install_docker.1612524077.txt.gz · Last modified: 2021/02/05 11:21 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki