Conversation
…ssibility to set docker-apt-cacher as same distro as the last image run (desactivated for now).
|
Happy to see a PR 🥳 , though I haven't taken the time to look at it properly yet. |
I never used a non-debian based distro, so no idea.
Euups, I just hadn't understood the role of the no-user command. My aim was only to offer an option to disable the installation step of the various packages. So, yes, the two options are redundant. However, the main difference between In this case, I'd suggest :
|
… images (typically, without "/usr/bin" folder; it is the case for "hello-world" image).
…ed as a debugging tool to identity whether there is permission issues with /tmp folder
|
Here is a list of the new features implemented:
Don't hesitate to tell me which of these options should be kept or removed. |
…t the path for /tmp).
…ROS work with --network==host).
* Corrected possible install procedures * Added example for camera access
|
After some cleanup, we'll try to merge this branch that includes most of the changes from this PR: main...PR4 I'm not sure about the following flags in these changes, but we can merge them as is now and think about improvements later. Here are some thoughts for future discussions:
|
|
Closing this to continue in #5 |
While I was trying to add access to a camera inside a container through dogi, I just added three options for the creation of containers (docker run) :
Use case : dogi run ubuntu --device-rmw "81;118"
Use case : dogi run ubuntu --device-access "/dev/video0"
Use case : dogi run ubuntu --other "--device=/dev/video0"