
Photo byPraveen Thirumurugan onUnsplash
original post:https://baxin.netlify.app/how-to-install-docker-raspberry-pi/
Install Docker on Raspberry Pi
curl-fsSL https://get.docker.com-o get-docker.shsudosh get-docker.sh
Add user to the docker group
sudogpasswd-a$USER docker# Add user to the docker groupnewgrp docker# Refresh the group membership
Verify Docker Installation
This command checks that Docker has been successfully installed on your Raspberry Pi.
docker--versionDocker version 27.4.1, build b9d17ea
Hello World
This command runs a test container to verify Docker is working properly.
docker container run--rm hello-world
Top comments(0)
Subscribe
For further actions, you may consider blocking this person and/orreporting abuse