Closed eighthave closed 2 years ago
The line of code in question:
@container.archive_in(from, File.dirname(to), overwrite: true)
and the error undefined method archive_in' for nil:NilClass
tells me issue seems to be that the @container object (ie, the connection to the docker instance) is not active/invoked.
So, it is trying to call 'archive_in' on a NULL object
22:08 $ vagrant upload test_exec.sh
Uploading test_exec.sh to test_exec.sh
Upload has completed successfully!
Source: test_exec.sh
Destination: test_exec.sh
1.0.12 released to fix this
Yup, works for me! Thanks
vagrant upload
lets you upload files via the active communicator. It seems like it is not implemented here: