1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Add command for removing all Docker containers to the Vagrantfile.

This commit is contained in:
David Steele 2019-03-15 22:18:56 +04:00
parent b68d1d60a1
commit 9c1549585e

5
test/Vagrantfile vendored
View File

@ -110,6 +110,11 @@ Vagrant.configure(2) do |config|
#---------------------------------------------------------------------------------------------------------------------------
echo 'Build End' && date
# Useful commands
#---------------------------------------------------------------------------------------------------------------------------
# Force remove all containers:
# docker rm -f $(docker ps -a -q)
SHELL
# Don't share the default vagrant folder