I’m trying to setup the SQL curriculum on my Linux Ubuntu computer.
Following the instructions when I get to step 3:
Then, enter and run Dev Containers: Rebuild and Reopen in Container
I get this error in vs code:
Current user does not have permission to run "docker" vs code linux Dev Containers: Rebuild and Reopen in Container
sudo code .
isn’t allowed either.
I can create the image myself running:
docker build -t free-sql .
and running that image…
```sudo docker run -it fcc-sql``
And then I’m a shell… not sure what I need to do next…