#VSCode – How to install #docker in a #RaspberryPi 4


El Bruno

Hi!

In my
series of posts on how to create a development environment using a Raspberry
Pi4, today is time to write about installing Docker. (see references)

I was user
to download and build docker to be used on the device, however now we have an easier
way to do this. Thanks to http://get.docker.com
we can now install docker with a single command

curl -sSL
https://get.docker.com | sh

And then, a simple check for the docker version

raspberry pi docker version in terminal

Happy
coding!

Greetings @
Toronto

El Bruno

References

View original post

Thank you so much