(build connection path)
Builds an image from a provided directory.
Assumes a Dockerfile to be present in that directory.
Builds an image from a provided directory. Assumes a Dockerfile to be present in that directory.
(connect)
Connects to the local Docker daemon with default settings.
Returns the connection.
Connects to the local Docker daemon with default settings. Returns the connection.
(image-ls connection)
Lists all available images.
Lists all available images.
(image-rm connection name)
(image-rm connection name force? no-prune?)
Deletes an image by name or id.
The name is represented by <repo>:<tag>.
Deletes an image by *name* or id. The *name* is represented by <repo>:<tag>.
(pull connection name)
Pulls an image by name.
The name is represented by <repo>:<tag>.
Pulls an image by *name*. The *name* is represented by <repo>:<tag>.
(push connection name)
Pushes an image by name or id.
The name is represented by <repo>:<tag>.
Pushes an image by *name* or id. The *name* is represented by <repo>:<tag>.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close