Method: Docker::Util.create_temp_file
- Defined in:
- lib/docker/util.rb
.create_temp_file ⇒ Object
189 190 191 192 |
# File 'lib/docker/util.rb', line 189 def create_temp_file tempfile_name = Dir::Tmpname.create('out') {} File.open(tempfile_name, 'wb+') end |