<?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[Cross compiling in Docker]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have installed the Docker image for cross compiling and built the toolchain which took a few hours. Now I would like to save the container to avoid having to build it all over again.</p>
<p dir="auto">What is the best approach to do that? I tried committing the container which took forever and then I got a "no space left" error. I am pretty sure this is not the appropriate way of doing it.</p>
<p dir="auto">Any help is appreciated</p>
]]></description><link>http://community.onion.io/topic/3349/cross-compiling-in-docker</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 11:56:15 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/3349.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 10 Dec 2018 20:47:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cross compiling in Docker on Mon, 10 Dec 2018 20:47:07 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have installed the Docker image for cross compiling and built the toolchain which took a few hours. Now I would like to save the container to avoid having to build it all over again.</p>
<p dir="auto">What is the best approach to do that? I tried committing the container which took forever and then I got a "no space left" error. I am pretty sure this is not the appropriate way of doing it.</p>
<p dir="auto">Any help is appreciated</p>
]]></description><link>http://community.onion.io/post/18410</link><guid isPermaLink="true">http://community.onion.io/post/18410</guid><dc:creator><![CDATA[Erik Hougaard]]></dc:creator><pubDate>Mon, 10 Dec 2018 20:47:07 GMT</pubDate></item><item><title><![CDATA[Reply to Cross compiling in Docker on Mon, 10 Dec 2018 23:41:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/6137">@Erik-Hougaard</a> isn’t the container saved unless you delete it? I built the toolchain and images here under docker on macOS and just start the container when I need access to it.</p>
<p dir="auto">Are you running out of space on your local drive? The build is huge here, like 10gb or something.</p>
]]></description><link>http://community.onion.io/post/18412</link><guid isPermaLink="true">http://community.onion.io/post/18412</guid><dc:creator><![CDATA[Chris Morgan]]></dc:creator><pubDate>Mon, 10 Dec 2018 23:41:50 GMT</pubDate></item><item><title><![CDATA[Reply to Cross compiling in Docker on Tue, 11 Dec 2018 08:59:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/6137">@Erik-Hougaard</a><br />
I'm no docker expert, but I've been learning a bit about it over the last few days. When you exit a container it automatically maintains its last state.</p>
<p dir="auto">I would suggest that you review the docker docs on how to re-use a container.  i.e. look into <code>docker start</code> or <code>docker attach</code> if you detached instead of exiting.</p>
]]></description><link>http://community.onion.io/post/18416</link><guid isPermaLink="true">http://community.onion.io/post/18416</guid><dc:creator><![CDATA[cas]]></dc:creator><pubDate>Tue, 11 Dec 2018 08:59:22 GMT</pubDate></item></channel></rss>