Liking cljdoc? Tell your friends :D

clj-docker-orchestra.core


dockerclj

(docker & args)
source

docker-machineclj

(docker-machine & args)
source

loginclj

(login machine-name username password)
(login machine-name username password registry-ip)

Login to a docker registry

Login to a docker registry
sourceraw docstring

machine-createclj

(machine-create machine-name driver-name params)

Create a docker-machine. Returns a future

Create a docker-machine. Returns a future
sourceraw docstring

machine-create-blockingclj

(machine-create-blocking machine-name driver-name params)

Create a docker-machine.

Create a docker-machine.
sourceraw docstring

machine-envclj

(machine-env machine-name)

Get docker machine environment

Get docker machine environment
sourceraw docstring

machine-get-fileclj

(machine-get-file machine-name src-file dst-loc)
source

machine-ipclj

(machine-ip machine-name)
source

machine-lsclj

(machine-ls)

List docker machines

List docker machines
sourceraw docstring

machine-mkdirclj

(machine-mkdir machine-name dir-name)
source

machine-rmclj

(machine-rm machine-name)

Delete a docker machine. Returns a future.

Delete a docker machine. Returns a future.
sourceraw docstring

machine-rm-blockingclj

(machine-rm-blocking machine-name)

Delete a docker machine

Delete a docker machine
sourceraw docstring

machine-scpclj

(machine-scp src dst opts)
source

machine-scp-blockingclj

(machine-scp-blocking src dst opts)

Secure file transfer

Secure file transfer
sourceraw docstring

machine-send-fileclj

(machine-send-file machine-name src-file dst-loc)
source

machine-sshclj

(machine-ssh machine-name command & params)

Run a command on the docker machine, returns a future

Run a command on the docker machine, returns a future
sourceraw docstring

machine-ssh-blockingclj

(machine-ssh-blocking machine-name command & params)

Run a command on the docker machine

Run a command on the docker machine
sourceraw docstring

param-reduceclj

(param-reduce prefix params)
source

runclj

(run image-name options env)
source

run-blockingclj

(run-blocking image-name options env)

Run a docker image on a machine

Run a docker image on a machine
sourceraw docstring

secret-createclj

(secret-create machine-name secret-name secret-text)
source

stack-deployclj

(stack-deploy manager-name stack-file stack-name)
source

stack-deploy-blockingclj

(stack-deploy-blocking manager-name stack-file stack-name)
source

swarm-initclj

(swarm-init machine-name)
source

swarm-init-blockingclj

(swarm-init-blocking machine-name)
source

swarm-joinclj

(swarm-join machine-name token manager-name)
source

swarm-join-blockingclj

(swarm-join-blocking machine-name token manager-name)
source

swarm-leaveclj

(swarm-leave machine-name)
source

swarm-leave-blockingclj

(swarm-leave-blocking machine-name)
source

swarm-tokensclj

(swarm-tokens machine-name)
source

swarm-tokens-blockingclj

(swarm-tokens-blocking machine-name)
source

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

× close