Docker tutorial error

Topics about the Software of Revolution Pi
Post Reply
BenjaminKlostermann
Posts: 3
Joined: 30 Jun 2025, 16:48

Docker tutorial error

Post by BenjaminKlostermann »

Hello Kunbus Team,

the docker setup tutorial https://revolutionpi.com/de/tutorial/docker has a flaw, in step 3 there should be no duckfoots at the $VERSION_CODENAME.
-> this would be correct:

Code: Select all

echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian $(. /etc/os-release && echo $VERSION_CODENAME) stable" | \sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
User avatar
RamiGspo
KUNBUS
Posts: 64
Joined: 02 Jun 2022, 23:20

Re: Docker tutorial error

Post by RamiGspo »

Hello Benjamin!

Thank you very much for reporting this issue with the Docker tutorial documentation.
You're absolutely correct, the problem is indeed with the quotation marks.
The current documentation shows German-style quotation marks („ and ") around $VERSION_CODENAME, but it should use standard double quotes (") for proper shell syntax.

I'll make sure this gets reported to our documentation team for correction.
Thank you for taking the time to identify and report this!
Mit freundlichen Grüßen | Best regards | Muchas gracias

Ramiro Gsponer.
User avatar
RamiGspo
KUNBUS
Posts: 64
Joined: 02 Jun 2022, 23:20

Re: Docker tutorial error

Post by RamiGspo »

I have opened a merge request with the correction in our documentation.
This will be updated soon.
Thanks again, Benjamin!
Mit freundlichen Grüßen | Best regards | Muchas gracias

Ramiro Gsponer.
Post Reply