<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ticket search results</title><link>https://forge-allura.apache.org/p/allura/tickets/</link><description>You searched for labels:"docker"</description><language>en</language><lastBuildDate>Thu, 14 Apr 2016 20:08:00 -0000</lastBuildDate><item><title>Permissions need to be set manually after installing scm tool on docker</title><link>https://forge-allura.apache.org/p/allura/tickets/8080/</link><description>When the SCM tool is installed on docker, need to manually give permissions to the allura-data directory before pushing to remote.

Command:
```bash
docker exec -it alluragit_web_1 chmod -R 777 /allura-data
```

Error:
```
remote: fatal: Unable to create temporary file '/allura-data/scm/git/p/code.git/./objects/pack/tmp_pack_XXXXXX': Permission denied
error: failed to push some refs to '/allura-data/scm/git/p/code'
```</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rohan Verma</dc:creator><pubDate>Thu, 14 Apr 2016 20:08:00 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8080/</guid></item><item><title>Some docker config &amp; doc improvements</title><link>https://forge-allura.apache.org/p/allura/tickets/7995/</link><description>* fix warnings
* expose mongo port
* don't share python env in current dir.  If you're using Mac/Windows there's no need for it to be shared to the host, since it can't be re-used there
* make docs a little easier to use</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Mon, 05 Oct 2015 14:00:10 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/7995/</guid></item></channel></rss>