This repository was archived by the owner on Jan 24, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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:
- Open the terminal
- Type in
wsl --update, which should be the same commmand that Docker gives you - Restart Docker
Once Docker is properly installed and open, continue to Setting up the DevContainer
Author: Aiden Kimmerling (https://github.com/TheKing349)
Curriculum
Non-Programmer Friendly Zone
Technical Documentation
- Technical Documentation Intro
- Development Tools Setup
- Software Installation Guides