Skip to content

Tiryoh/docker-ros2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ros2

Docker Automated build Deploy

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.

Quick Start

After installing docker, just run the followings.

docker run -it tiryoh/ros2:humble

or

docker run -it tiryoh/ros2:foxy

Usage

  • 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

Docker tags and build logs are listed on this page.
https://github.com/Tiryoh/docker-ros2/wiki

LICENSE

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-2023 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.