unofficial ROS2 Dockerfile
There are official Docker images provided by OSRF.
https://github.com/osrf/docker_images/blob/master/README.md#official-library
This image is developed to use ubuntu
user (uid=1000, gid=1000) to run the software.
If you want to run the software for other users, check Usage section.
After installing docker, just run the followings.
docker run -it tiryoh/ros2:jazzy
or
docker run -it tiryoh/ros2:humble
-
specify username, UID and GID.
$ docker run --rm -it -e USER=dev -e USER_UID=1001 -e USER_GID=1001 tiryoh/ros2:humble
Docker tags and build logs are listed on this page.
https://github.com/Tiryoh/docker-ros2/wiki
This repository is released under the Apache License 2.0, see LICENSE.
Unless attributed otherwise, everything in this repository is under the Apache License 2.0.
Copyright 2019-2024 Tiryoh <tiryoh@gmail.com>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.