-
-
Notifications
You must be signed in to change notification settings - Fork 331
Docker useful commands
R.Brown edited this page Jun 20, 2017
·
2 revisions
List docker processes
$ docker ps
Execute script in a container
$ docker exec -it <CONTAINER ID|CONTAINER NAME> bash
Verify available databases
# mysql -u root -p laravel_boilerplate
mysql> show databases;
Remove all docker-compose images
$ docker-compose rm -v
Laravel 5 Boilerplate
Project Home | Laravel Documentation | Labs64 NetLicensing | NetLicensing API