Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j3soon/docker-ros-noetic-desktop-full

(Flattened) Docker image for ros-noetic-desktop-full
https://github.com/j3soon/docker-ros-noetic-desktop-full

docker robotics ros ros-noetic

Last synced: 9 days ago
JSON representation

(Flattened) Docker image for ros-noetic-desktop-full

Awesome Lists containing this project

README

        

# (Flattened) Docker image for `ros-noetic-desktop-full`

[](https://hub.docker.com/r/j3soon/ros-noetic-desktop-full/tags)

A quick reference for setting up `ros-noetic-desktop-full` (binary install) upon custom base image.

## Installation

Clone the repo:

```sh
git clone https://github.com/j3soon/docker-ros-noetic-desktop-full.git
cd docker-ros-noetic-desktop-full
```

## Run

```sh
sudo apt-get update && sudo apt-get install -y docker.io docker-compose
docker run --rm -it j3soon/ros-noetic-desktop-full:latest
roscore
```

The [pre-built docker images](https://hub.docker.com/r/j3soon/ros-noetic-desktop-full/tags) will be pulled automatically.

## Build Docker Images Locally

```sh
docker build -t j3soon/ros-noetic-desktop-full:latest .
```