You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have reinstall the Zero and on the last raspian you get a error if you install the docker-composer (external managed), so before you have to add the line:
Hallo,
i have reinstall the Zero and on the last raspian you get a error if you install the docker-composer (external managed), so before you have to add the line:
sudo apt-get install -y curl docker.io python3-pip
docker-composer is not able to install after that. So you have to add the docker repository with key to the raspbian
echo
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/trusted.gpg.d/docker.gpg] https://download.docker.com/linux/debian
$(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/docker.gpg
sudo apt install docker-compose-plugin
after that you can use the commands a little bit diffrent, but its pretty the same...
sudo docker compose -f docker-compose.yml up
sudo docker compose -f docker-compose.yml down
The text was updated successfully, but these errors were encountered: