2017-02-22 21:13:04 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
|
|
<channel>
|
2017-03-10 19:48:13 +01:00
|
|
|
<title>Documentations on Laradock</title>
|
2017-04-21 01:56:59 +02:00
|
|
|
<link>http://laradock.io/documentation.html</link>
|
2017-03-10 19:48:13 +01:00
|
|
|
<description>Recent content in Documentations on Laradock</description>
|
2017-02-22 21:13:04 +01:00
|
|
|
<generator>Hugo -- gohugo.io</generator>
|
|
|
|
<language>en-us</language>
|
2017-04-21 01:56:59 +02:00
|
|
|
|
|
|
|
<atom:link href="http://laradock.io/documentation/index.xml" rel="self" type="application/rss+xml" />
|
|
|
|
|
2017-02-22 21:13:04 +01:00
|
|
|
|
|
|
|
<item>
|
|
|
|
<title>Documentation</title>
|
|
|
|
<link>http://laradock.io/documentation/</link>
|
|
|
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
|
|
|
|
|
|
<guid>http://laradock.io/documentation/</guid>
|
2017-04-21 01:56:59 +02:00
|
|
|
<description>List current running Containers docker ps You can also use the following command if you want to see only this project containers:
|
|
|
|
docker-compose ps
|
2017-02-22 21:13:04 +01:00
|
|
|
|
2017-04-21 01:56:59 +02:00
|
|
|
Close all running Containers docker-compose stop To stop single container do:
|
|
|
|
docker-compose stop {container-name}
|
2017-02-22 21:13:04 +01:00
|
|
|
|
2017-04-21 01:56:59 +02:00
|
|
|
Delete all existing Containers docker-compose down
|
2017-02-22 21:13:04 +01:00
|
|
|
|
2017-04-21 01:56:59 +02:00
|
|
|
Enter a Container (run commands in a running Container) 1 - First list the current running containers with docker ps</description>
|
2017-02-22 21:13:04 +01:00
|
|
|
</item>
|
|
|
|
|
|
|
|
</channel>
|
|
|
|
</rss>
|