you can create a docker file or use docker desktop
go to images and then search one
using the cli this works - docker run -it —name geoblocker-2 -v ~/Desktop/Desktop/code/geoblocker/src:/mnt/code ubuntu:latest
it will be necessary to install all the packages.
This is where a dockerfile makes sense