Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

Installing Docker

TheKing349 edited this page Nov 10, 2025 · 4 revisions

Docker will let us create a virtual environment to use when developing for ROS2. This is because ROS2 requires base Ubuntu to run. If you are on base Ubuntu, Docker is not needed, but would still work.

You will use the installation guide provided by Docker depending on your operating system:

If on Windows or macOS, open Docker. If you get a prompt saying: "Your WSL version needs updating", then:

  1. Open the terminal
  2. Type in wsl --update, which should be the same commmand that Docker gives you
  3. Restart Docker

Once Docker is properly installed and open, continue to Setting up the DevContainer

Author: Aiden Kimmerling (https://github.com/TheKing349)

Clone this wiki locally