Liking cljdoc? Tell your friends :D

clj-docker-client.core


buildclj

(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.
sourceraw docstring

connectclj

(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.
sourceraw docstring

format-imageclj

(format-image image)
source

image-lsclj

(image-ls connection)

Lists all available images.

Lists all available images.
sourceraw docstring

image-rmclj

(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>.
sourceraw docstring

pullclj

(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>.
sourceraw docstring

pushclj

(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>.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close