Skip to content

Commit

Permalink
Update 0_5_setup_laptop.md
Browse files Browse the repository at this point in the history
added check for docker (v.0.8.0+) and buildx versions (v1.4.0+).
  • Loading branch information
tanij committed Feb 8, 2023
1 parent 10ce6cc commit fd7d426
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,17 @@ Adds user to "docker" group:

Note: you need to _log out and back in_ for the group change to take effect.

Warning: If you missed this step, you will later run into docker permission issues.

Make sure you have docker-compose installed:

laptop $ sudo apt-get install docker-compose

Make sure the Docker version is `v.0.8.0+` and `buildx` version `v1.4.0+` through:

docker --version

docker buildx --version

Warning: If you missed this step, you will later run into docker permission issues.

### Duckietown Shell {#laptop-setup-ubuntu-shell}

Expand Down

0 comments on commit fd7d426

Please sign in to comment.