-
Notifications
You must be signed in to change notification settings - Fork 5
Docker Usage
Josecisneros001 edited this page Mar 21, 2021
·
5 revisions
Docker
-
Install docker engine according to your operating system.
All dockerfiles are under the folder docker/[ros-distro]. There is a Dockerfile per area and a general one with just the ros-distro installation.
Areas currently supporting Docker Usage:
- Speech
- Speech using GPU
- Base Control using Rviz
- Base Control using Rviz with GPU
A Makefile was created with all the necessary docker commands:
make [ros-distro].build
make [ros-distro].build.[area]
make [ros-distro].create
make [ros-distro].create.[area]
make [ros-distro].up
make [ros-distro].up.[area]
make [ros-distro].down
make [ros-distro].down.[area]
make [ros-distro].restart
make [ros-distro].restart.[area]
make [ros-distro].logs
make [ros-distro].logs.[area]
make [ros-distro].shell
make [ros-distro].shell.[area]
make [ros-distro].remove
make [ros-distro].remove.[area]
make list
make listUp
** For further reference to the commands per area, open the Makefile that is at the root.