Skip to content

Instantly share code, notes, and snippets.

View chuprik's full-sized avatar
:shipit:
Squirrel. StrongSquirrel.

Constantine Chuprik chuprik

:shipit:
Squirrel. StrongSquirrel.
View GitHub Profile
<?php
namespace app\commands;
use yii\console\Controller;
use yii\db\ColumnSchema;
class PhpDocController extends Controller
{
public function actionIndex()
@chuprik
chuprik / docker.md
Last active September 13, 2017 11:17

Stop all containers

docker stop $(docker ps -a -q)

Remove all containers

docker rm $(docker ps -a -q)

Clear all containers logs