Liking cljdoc? Tell your friends :D

orchard.core


*getclj

(*get server path)

base-urlclj


copy-certsclj

(copy-certs session)

copy-fileclj

(copy-file session to from)

copy-service-fileclj

(copy-service-file session)

create-dropletclj

(create-droplet opts)

given a map of digital ocean api options, create a server

given a map of digital ocean api options,
create a server
raw docstring

destroy-dropletclj

(destroy-droplet id)

deletes a server by id

deletes a server by id
raw docstring

do-tokenclj


docker-cert-pathclj


example-optionsclj


fetch-docker-server-versionclj

(fetch-docker-server-version host)

requests the remote docker instance, retruns running server version

requests the remote docker instance, 
retruns running server version
raw docstring

install-dockerclj

(install-docker session)

list-dropletsclj

(list-droplets)

returns json response of running servers

returns json response of running servers
raw docstring

list-keysclj

(list-keys)

list all registered ssh keys

list all registered ssh keys
raw docstring

make-sessionclj

(make-session host)

(print-droplets)

pretty prints some info about running servers

pretty prints some info about running servers
raw docstring

provisionclj

(provision host)

given an accessible server ip address, install docker on the remote box

this will:

  1. copy certs found in DOCKER_CERT_PATH
  2. install the docker-engind
  3. copy a new service file
  4. restart the daemon
given an accessible server ip address, install docker
on the remote box

this will:
1. copy certs found in DOCKER_CERT_PATH
2. install the docker-engind
3. copy a new service file
4. restart the daemon
raw docstring

restart-dockerclj

(restart-docker session)

setup-cmdsclj

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

× close