User Tools

Site Tools


homeautomatisation:docker

This is an old revision of the document!


Docker

to get more flexability to my projects, docker (https://www.docker.com/) was a choice.

howto easy install take latest description from their webseite for your distribution.

curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo   "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get install docker-ce docker-ce-cli containerd.io
docker run hello-world

to work with more comfortable gui → portainer

homeautomatisation/docker.1645731462.txt.gz · Last modified: 2022/02/24 20:37 by illu