{"id":1752,"date":"2024-11-03T17:35:24","date_gmt":"2024-11-04T01:35:24","guid":{"rendered":"https:\/\/nanzhou.cc\/?p=1752"},"modified":"2024-11-03T17:35:24","modified_gmt":"2024-11-04T01:35:24","slug":"wordpress-docker-autostart","status":"publish","type":"post","link":"https:\/\/nanzhou.cc\/index.php\/2024\/11\/03\/wordpress-docker-autostart\/","title":{"rendered":"WordPress Docker Autostart"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">VM<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">docker update --restart unless-stopped $container_name<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Container<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\"># start apache2 at boot up\nupdate-rc.d apache2 defaults\n\n# check init.d config\ncat \/etc\/init.d\/apache2 \n\n# check status\nservice --status-all<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>VM Container<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"0","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,71],"tags":[],"class_list":["post-1752","post","type-post","status-publish","format-standard","hentry","category-web","category-wordpress"],"_links":{"self":[{"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/posts\/1752","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/comments?post=1752"}],"version-history":[{"count":1,"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/posts\/1752\/revisions"}],"predecessor-version":[{"id":1753,"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/posts\/1752\/revisions\/1753"}],"wp:attachment":[{"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/media?parent=1752"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/categories?post=1752"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nanzhou.cc\/index.php\/wp-json\/wp\/v2\/tags?post=1752"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}