{"id":596,"date":"2017-10-23T23:33:24","date_gmt":"2017-10-23T18:03:24","guid":{"rendered":"http:\/\/www.cyberaka.com\/?p=596"},"modified":"2017-10-23T23:33:44","modified_gmt":"2017-10-23T18:03:44","slug":"596","status":"publish","type":"post","link":"https:\/\/www.cyberaka.com\/?p=596","title":{"rendered":"Setting up Redmine docker instance"},"content":{"rendered":"<p>In order to setup a fully functional Redmine server via Docker I use the following consolidated command:<\/p>\n<pre>docker run \\\r\n--detach \\\r\n--name redmine \\\r\n--link mysql:mysql \\\r\n--publish 3000:3000 \\\r\n--env=\"REDMINE_DB_MYSQL: redmine\" \\\r\n--env=\"REDMINE_DB_PASSWORD: redmine\" \\\r\n--volume \/Volumes\/DATA\/Abhinav\/Docker\/redmine\/files:\/usr\/src\/redmine\/files \\\r\nredmine<\/pre>\n<div class=\"entry-content\">\n<p>This connects my mysql docker instance with sonar and it is able to create tables and start using MySQL properly for storing all it\u2019s data.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>In order to setup a fully functional Redmine server via Docker I use the following consolidated command: docker run \\ &#8211;detach \\ &#8211;name redmine \\ &#8211;link mysql:mysql \\ &#8211;publish 3000:3000 \\ &#8211;env=&#8221;REDMINE_DB_MYSQL: redmine&#8221; \\ &#8211;env=&#8221;REDMINE_DB_PASSWORD: redmine&#8221; \\ &#8211;volume \/Volumes\/DATA\/Abhinav\/Docker\/redmine\/files:\/usr\/src\/redmine\/files \\ redmine This connects my mysql docker instance with sonar and it is able to create [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[57,28],"tags":[],"class_list":["post-596","post","type-post","status-publish","format-standard","hentry","category-docker","category-miscellaneous"],"_links":{"self":[{"href":"https:\/\/www.cyberaka.com\/index.php?rest_route=\/wp\/v2\/posts\/596","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cyberaka.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cyberaka.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cyberaka.com\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cyberaka.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=596"}],"version-history":[{"count":2,"href":"https:\/\/www.cyberaka.com\/index.php?rest_route=\/wp\/v2\/posts\/596\/revisions"}],"predecessor-version":[{"id":598,"href":"https:\/\/www.cyberaka.com\/index.php?rest_route=\/wp\/v2\/posts\/596\/revisions\/598"}],"wp:attachment":[{"href":"https:\/\/www.cyberaka.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=596"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cyberaka.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=596"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cyberaka.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=596"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}