# ROSDemo **Repository Path**: roslearn/ROSDemo ## Basic Information - **Project Name**: ROSDemo - **Description**: ROSDemo 工程 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-20 - **Last Updated**: 2025-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ROSDemo ## docker 使用 ```bash # 查看已有的镜像 docker images # 查看已有的容器 docker ps -a # 进入已有容器环境 docker exec -it b3a6d5bef8ed /bin/bash ```