<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Passing additional parameters to docker run command in clickable]]></title><description><![CDATA[<p dir="auto">I am trying my hand at getting one of the <a href="https://gocv.io" rel="nofollow ugc">GoCV</a> examples to run on my Ubuntu Touch device. For the first step I thought I would just see if I could get it to run in an app built with <code>clickable</code> on the desktop. The next step would then be to figure out how to get the OpenCV and GoCV bits into the click package to be able to run everything on the device itself.</p>
<p dir="auto">For convenience I created a <a href="https://cloud.docker.com/u/arubislander/repository/docker/arubislander/ubuntu-sdk" rel="nofollow ugc">custom docker image</a> with all the OpenCV and GoCV bits already installed.</p>
<p dir="auto">Now for where I need help: The example needs access to the video device (probably /dev/video0) from within the container. Normally this could be achieved by passing <code>--device=/dev/video0:/dev/video0</code> to <code>docker run</code>. Is there any way to do this with <code>clickable</code>?</p>
]]></description><link>https://forums.ubports.com/topic/2375/passing-additional-parameters-to-docker-run-command-in-clickable</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 10:22:53 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/2375.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Feb 2019 22:01:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Passing additional parameters to docker run command in clickable on Thu, 21 Feb 2019 06:44:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/advocatux" aria-label="Profile: advocatux">@<bdi>advocatux</bdi></a>: Done! Thanks for the reminder.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hummlbach" aria-label="Profile: hummlbach">@<bdi>hummlbach</bdi></a>: That should not be too difficult... Hehehe. I have to get back to it. Have been distracted by life... <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f605.png?v=eeff4b5fc81" class="not-responsive emoji emoji-android emoji--sweat_smile" style="height:23px;width:auto;vertical-align:middle" title="😅" alt="😅" /></p>
]]></description><link>https://forums.ubports.com/post/17678</link><guid isPermaLink="true">https://forums.ubports.com/post/17678</guid><dc:creator><![CDATA[arubislander]]></dc:creator><pubDate>Thu, 21 Feb 2019 06:44:47 GMT</pubDate></item><item><title><![CDATA[Reply to Passing additional parameters to docker run command in clickable on Wed, 20 Feb 2019 22:19:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/arubislander" aria-label="Profile: arubislander">@<bdi>arubislander</bdi></a> you see best/easiest what clickable does when it fails for some reason. ^^ So try to let it fail  <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=eeff4b5fc81" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.ubports.com/post/17675</link><guid isPermaLink="true">https://forums.ubports.com/post/17675</guid><dc:creator><![CDATA[hummlbach]]></dc:creator><pubDate>Wed, 20 Feb 2019 22:19:41 GMT</pubDate></item><item><title><![CDATA[Reply to Passing additional parameters to docker run command in clickable on Wed, 20 Feb 2019 10:31:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/arubislander" aria-label="Profile: arubislander">@<bdi>arubislander</bdi></a> talking about parameters, you need to update your signature <img src="https://forums.ubports.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f601.png?v=eeff4b5fc81" class="not-responsive emoji emoji-android emoji--grin" style="height:23px;width:auto;vertical-align:middle" title=":grin:" alt="😁" /></p>
]]></description><link>https://forums.ubports.com/post/17667</link><guid isPermaLink="true">https://forums.ubports.com/post/17667</guid><dc:creator><![CDATA[advocatux]]></dc:creator><pubDate>Wed, 20 Feb 2019 10:31:47 GMT</pubDate></item><item><title><![CDATA[Reply to Passing additional parameters to docker run command in clickable on Wed, 20 Feb 2019 05:27:42 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/hummlbach" aria-label="Profile: hummlbach">@<bdi>hummlbach</bdi></a>, will try that.</p>
]]></description><link>https://forums.ubports.com/post/17666</link><guid isPermaLink="true">https://forums.ubports.com/post/17666</guid><dc:creator><![CDATA[arubislander]]></dc:creator><pubDate>Wed, 20 Feb 2019 05:27:42 GMT</pubDate></item><item><title><![CDATA[Reply to Passing additional parameters to docker run command in clickable on Thu, 14 Feb 2019 13:57:40 GMT]]></title><description><![CDATA[<p dir="auto">Not sure but I don't think there is a way to do this with clickable directly. So you may either adapt <a href="https://github.com/bhdouglass/clickable/blob/master/clickable/commands/desktop.py" rel="nofollow ugc">https://github.com/bhdouglass/clickable/blob/master/clickable/commands/desktop.py</a> to your needs, or adapt the docker commands clickable would execute and run them manually.(?)</p>
]]></description><link>https://forums.ubports.com/post/17492</link><guid isPermaLink="true">https://forums.ubports.com/post/17492</guid><dc:creator><![CDATA[hummlbach]]></dc:creator><pubDate>Thu, 14 Feb 2019 13:57:40 GMT</pubDate></item></channel></rss>