You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use fixuid to dynamically map user/group permissions at runtime when the container is started
* update readme
* set username of docker run script as developer
* remove some packages from apt list as those are installed via apt or come in ros
* remove unused apt package python3-pytest
* Address comments
---------
Co-authored-by: JesusSilvaUtrera <jesus.silva@ekumenlabs.com>
To build the image, use the [build.sh](./build.sh) script provided in this repository:
10
24
11
25
```bash
@@ -25,6 +39,8 @@ It's possible to get information about the available flags for both scripts usin
25
39
./docker/run.sh --help
26
40
```
27
41
42
+
## 📦 Container Usage
43
+
28
44
Once the container is started, the entrypoint is located at the root of the ROS 2 workspace (~/ws).
29
45
30
46
After shutdown, the user will be asked whether to save the changes made inside the container or not to the image (performing a `docker commit` internally).
0 commit comments