PHP Classes

File: docker/clean_all.sh

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   docker/clean_all.sh   Download  
File: docker/clean_all.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CRUD API
Provide API to manipulate database table records
Author: By
Last change:
Date: 3 years ago
Size: 116 bytes
 

Contents

Class file image Download
#!/bin/bash # Delete all containers docker rm $(docker ps -a -q) # Delete all images docker rmi $(docker images -q)