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:
parent
b68d1d60a1
commit
9c1549585e
5
test/Vagrantfile
vendored
5
test/Vagrantfile
vendored
@ -110,6 +110,11 @@ Vagrant.configure(2) do |config|
|
|||||||
|
|
||||||
#---------------------------------------------------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------------------------------------------------
|
||||||
echo 'Build End' && date
|
echo 'Build End' && date
|
||||||
|
|
||||||
|
# Useful commands
|
||||||
|
#---------------------------------------------------------------------------------------------------------------------------
|
||||||
|
# Force remove all containers:
|
||||||
|
# docker rm -f $(docker ps -a -q)
|
||||||
SHELL
|
SHELL
|
||||||
|
|
||||||
# Don't share the default vagrant folder
|
# Don't share the default vagrant folder
|
||||||
|
Loading…
Reference in New Issue
Block a user