Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Installation steps not complete correct anymore #595

Open
Alex0176 opened this issue Nov 3, 2024 · 0 comments
Open

Docker Installation steps not complete correct anymore #595

Alex0176 opened this issue Nov 3, 2024 · 0 comments

Comments

@Alex0176
Copy link

Alex0176 commented Nov 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant