<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to stop services in docker installed alfresco in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-stop-services-in-docker-installed-alfresco/m-p/86481#M26141</link>
    <description>&lt;P&gt;You need to use "docker-compose" CLI in order to start, stop, etc.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use to start/stop all containers together by using below command:&lt;/P&gt;

&lt;PRE&gt;&lt;STRONG&gt;To start:
&lt;/STRONG&gt;
docker-compose -f ./docker-compose.yml up

&lt;STRONG&gt;To stop/shudown:
&lt;/STRONG&gt;
docker-compose -f ./docker-compose.yml down&lt;/PRE&gt;
&lt;P&gt;Or&lt;/P&gt;
&lt;P&gt;You can choose to start/stop a selected container as well.&lt;/P&gt;

&lt;PRE&gt;&lt;STRONG&gt;To stop:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;docker-compose -f ./docker-compose.yml kill &amp;lt;containerName&amp;gt;&lt;BR /&gt;or&lt;BR /&gt;docker-compose -f ./docker-compose.yml down &amp;lt;containerName&amp;gt;&lt;BR /&gt;&lt;BR /&gt;To start:&lt;BR /&gt;docker-compose -f ./docker-compose.yml up &amp;lt;containerName&amp;gt;&lt;BR /&gt;
&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Here -f ./docker-compose.yml is an optional parameter if you are executing the commands where docker-compose.yml file is located. Else you must provide the file with exact path.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;For example: &lt;EM&gt;docker-compose -f c:\Alfresco\6.1\docker-compose.yml up&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;You can always, use "docker-compose help" to know more option for docker compose cli.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Refer these post for more details on docker-compose commands:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/6.1/tasks/docker-system-startup.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.1/tasks/docker-system-startup.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2019/11/alfresco-6x-with-sdk4x-and-docker.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2019/11/alfresco-6x-with-sdk4x-and-docker.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.docker.com/compose/reference/overview/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.docker.com/compose/reference/overview/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Read this post to understand how docker based deployment works:&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/deploying-and-running-alfresco-content-services-6-0/ba-p/293225" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/deploying-and-running-alfresco-content-services-6-0/ba-p/293225&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 25 Jul 2020 22:49:24 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2020-07-25T22:49:24Z</dc:date>
    <item>
      <title>How to stop services in docker installed alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-stop-services-in-docker-installed-alfresco/m-p/86480#M26140</link>
      <description>&lt;P&gt;I had installed alfresco 6.2 using docker installation. But like in case of 5.2 we can stop postgresql and tomcat using the command in root. /alfresco.sh stop.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similarly for 6.2 also is there&amp;nbsp; any step or how to stop postgresql and tomcat for doing any changes in 6.2.&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 19:24:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-stop-services-in-docker-installed-alfresco/m-p/86480#M26140</guid>
      <dc:creator>akash251998</dc:creator>
      <dc:date>2020-07-25T19:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop services in docker installed alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-stop-services-in-docker-installed-alfresco/m-p/86481#M26141</link>
      <description>&lt;P&gt;You need to use "docker-compose" CLI in order to start, stop, etc.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use to start/stop all containers together by using below command:&lt;/P&gt;

&lt;PRE&gt;&lt;STRONG&gt;To start:
&lt;/STRONG&gt;
docker-compose -f ./docker-compose.yml up

&lt;STRONG&gt;To stop/shudown:
&lt;/STRONG&gt;
docker-compose -f ./docker-compose.yml down&lt;/PRE&gt;
&lt;P&gt;Or&lt;/P&gt;
&lt;P&gt;You can choose to start/stop a selected container as well.&lt;/P&gt;

&lt;PRE&gt;&lt;STRONG&gt;To stop:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;docker-compose -f ./docker-compose.yml kill &amp;lt;containerName&amp;gt;&lt;BR /&gt;or&lt;BR /&gt;docker-compose -f ./docker-compose.yml down &amp;lt;containerName&amp;gt;&lt;BR /&gt;&lt;BR /&gt;To start:&lt;BR /&gt;docker-compose -f ./docker-compose.yml up &amp;lt;containerName&amp;gt;&lt;BR /&gt;
&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Here -f ./docker-compose.yml is an optional parameter if you are executing the commands where docker-compose.yml file is located. Else you must provide the file with exact path.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;For example: &lt;EM&gt;docker-compose -f c:\Alfresco\6.1\docker-compose.yml up&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;You can always, use "docker-compose help" to know more option for docker compose cli.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Refer these post for more details on docker-compose commands:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/6.1/tasks/docker-system-startup.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.1/tasks/docker-system-startup.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2019/11/alfresco-6x-with-sdk4x-and-docker.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2019/11/alfresco-6x-with-sdk4x-and-docker.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.docker.com/compose/reference/overview/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.docker.com/compose/reference/overview/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Read this post to understand how docker based deployment works:&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/deploying-and-running-alfresco-content-services-6-0/ba-p/293225" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/deploying-and-running-alfresco-content-services-6-0/ba-p/293225&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2020 22:49:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-stop-services-in-docker-installed-alfresco/m-p/86481#M26141</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-07-25T22:49:24Z</dc:date>
    </item>
  </channel>
</rss>

