{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "Discover Docker, K8s and Hashicorp Nomad with Maksym Prokopov: posts tagged opencart",
    "_rss_description": "The blog about containerisation, virtual machines and useful shell snippets and findings",
    "_rss_language": "en",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/blog.it-premium.com.ua\/tags\/opencart\/",
    "feed_url": "https:\/\/blog.it-premium.com.ua\/tags\/opencart\/json\/",
    "icon": false,
    "authors": [
        {
            "name": "Maksym Prokopov",
            "url": "https:\/\/blog.it-premium.com.ua\/",
            "avatar": false
        }
    ],
    "items": [
        {
            "id": "106",
            "url": "https:\/\/blog.it-premium.com.ua\/all\/proverka-dostupnosti-bazy-v-konteynere-docker\/",
            "title": "Проверка доступности базы в контейнере docker",
            "content_html": "<p>часть моего скрипта entrypoint.sh для инсталляции opencart<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">#!\/bin\/bash\nif ! test -f \/.INSTALLED; then\n  while ! nc -z $DB_PORT_3306_TCP_ADDR $DB_PORT_3306_TCP_PORT; do sleep 3; done\n  \/usr\/local\/bin\/install_opencart.sh\n  touch \/.INSTALLED\nfi<\/code><\/pre><p>в Dockerfile нужно добавить<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">apt-get install -y netcat<\/code><\/pre>",
            "date_published": "2016-04-13T11:48:40+01:00",
            "date_modified": "2016-04-13T11:49:15+01:00",
            "tags": [
                "docker",
                "opencart"
            ],
            "_date_published_rfc2822": "Wed, 13 Apr 2016 11:48:40 +0100",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "106",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "highlight\/highlight.js",
                    "highlight\/highlight.css"
                ],
                "og_images": []
            }
        },
        {
            "id": "74",
            "url": "https:\/\/blog.it-premium.com.ua\/all\/opencart-nginx-rewrite-rules\/",
            "title": "Opencart nginx rewrite rules",
            "content_html": "<pre class=\"e2-text-code\"><code class=\"\">rewrite ^\/sitemap.xml$ \/index.php?route=feed\/google_sitemap last;\n    rewrite ^\/googlebase.xml$ \/index.php?route=feed\/google_base last;\n    rewrite ^\/download\/(.*) \/index.php?route=error\/not_found last;\n    if (!-f $request_filename) {\n        set $rule_3 1$rule_3;\n    }\n    if (!-d $request_filename) {\n        set $rule_3 2$rule_3;\n    }\n    if ($uri !~ &quot;.*.(ico|gif|jpg|jpeg|png|js|css)&quot;) {\n        set $rule_3 3$rule_3;\n    }\n    if ($rule_3 = &quot;321&quot;) {\n        rewrite ^\/([^?]*) \/index.php?_route_=$1 last;\n    }<\/code><\/pre>",
            "date_published": "2015-12-15T12:25:21+01:00",
            "date_modified": "2015-12-15T12:21:36+01:00",
            "tags": [
                "nginx",
                "opencart"
            ],
            "_date_published_rfc2822": "Tue, 15 Dec 2015 12:25:21 +0100",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "74",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "highlight\/highlight.js",
                    "highlight\/highlight.css"
                ],
                "og_images": []
            }
        }
    ],
    "_e2_version": 4134,
    "_e2_ua_string": "Aegea 11.3 (v4134)"
}