Docker installation
Docker never works the first try :(
try this:
Uninstall Docker Desktop
Restart computer
Install Docker Desktop (make sure to install it with admin rights)
Docker installation
Docker never works the first try :(
try this:
Uninstall Docker Desktop
Restart computer
Install Docker Desktop (make sure to install it with admin rights)
install docker
curl -fsSL https://get.docker.com -o get-docker.sh # Download docker installer script.
sudo sh get-docker.sh # Install docker by running installer script.
# Optional commands for easier use:
rm get-docker.sh # Removes the installer script.
usermod -aG docker $USER # To remove the need for 'sudo' in front of every docker command.
newgrp docker # To activate the previous command, if you still need 'sudo' restart your computer.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us