Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 407 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 407 Bytes

Overview

Contains utilities for quickly and conveniently launching the docker container ros_ai

Work with container

In order to start a container:

Hint If there is no container in the system, it will be loaded automatically.

docker-compose up -d

To open a bash session inside a container:

docker-compose exec ros_ai bash