We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91401de commit 0212917Copy full SHA for 0212917
README.md
@@ -423,7 +423,7 @@ container.changes
423
# => [{'Path'=>'/dev', 'Kind'=>0}, {'Path'=>'/dev/kmsg', 'Kind'=>1}]
424
425
# Copy files/directories from the Container. Note that these are exported as tars.
426
-container.copy('/etc/hosts') { |chunk| puts chunk }
+container.archive_out('/etc/hosts') { |chunk| puts chunk }
427
428
hosts0000644000000000000000000000023412100405636007023 0ustar
429
127.0.0.1 localhost
0 commit comments