Liking cljdoc? Tell your friends :D

com.palletops.docker.utils


tar-entry-from-fileclj

(tar-entry-from-file os path local-file)

Add an entry to a tar archive output stream at path based on a file or directory, f.

Add an entry to a tar archive output stream at path based on a file
or directory, f.
sourceraw docstring

tar-entry-from-file*clj

(tar-entry-from-file* os path f)

Add an entry to a tar archive output stream at path based on a file, f.

Add an entry to a tar archive output stream at path based on a file, f.
sourceraw docstring

tar-entry-from-stringclj

(tar-entry-from-string os path s)

Add an entry to a tar archive output stream at path based on a string.

Add an entry to a tar archive output stream at path based on a string.
sourceraw docstring

tar-output-streamclj

(tar-output-stream)

Return a tar output stream and an input stream that it can be read from.

Return a tar output stream and an input stream that it can be read from.
sourceraw docstring

untar-streamclj

(untar-stream target input-stream strip-components)

Untar from input stream to target directory.

Untar from input stream to target directory.
sourceraw docstring

untar-stream-fileclj

(untar-stream-file target input-stream)

Untar from input stream to target directory.

Untar from input stream to target directory.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close