1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-01 01:22:01 +03:00

Various improvements to validation of backup and restore.

This commit is contained in:
David Steele
2016-12-10 09:11:12 -05:00
parent b45e0d8189
commit eff7b46eb1
8 changed files with 95 additions and 62 deletions

View File

@@ -58,6 +58,7 @@ sub new
(defined($self->{stryMount}) ? ' -v ' . join(' -v ', @{$self->{stryMount}}) : '') .
" $self->{strImage}");
# Get IP Address
$self->{strIP} = trim(executeTest("docker inspect --format '\{\{ .NetworkSettings.IPAddress \}\}' $self->{strContainer}"));
$self->{bActive} = true;