User Tools

Site Tools


eolab:ioa:offline_farmos:installing_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
eolab:ioa:offline_farmos:installing_docker [2022/09/28 16:25] jan001eolab:ioa:offline_farmos:installing_docker [2022/09/28 16:33] (current) jan001
Line 6: Line 6:
 We want to use Docker to deploy all our main services on our Raspberry Pi. We want to use Docker to deploy all our main services on our Raspberry Pi.
 Installing Docker is rather simple, it just takes a few commands on the command line. Docker is most of the time installed via a convenience script provided by Docker itself. Installing Docker is rather simple, it just takes a few commands on the command line. Docker is most of the time installed via a convenience script provided by Docker itself.
 +
 +<cli>
 +pi@ioa-webserver:~ $ curl -fsSL get.docker.com | sh
 +pi@ioa-webserver:~ $ sudo apt-get install -y uidmap
 +pi@ioa-webserver:~ $ dockerd-rootless-setuptool.sh install
 +pi@ioa-webserver:~ $ sudo systemctl start docker
 +pi@ioa-webserver:~ $ sudo systemctl enable docker
 +pi@ioa-webserver:~ $ sudo usermod -aG docker $USER
 +</cli>
 +
 +After executing these commands, Docker was successfully installed and your user got configured for using it. These commands should™ be the same for all Debian-based Linux Systems. 
 +
  
  
eolab/ioa/offline_farmos/installing_docker.1664375152.txt.gz · Last modified: 2022/09/28 16:25 by jan001