rename docker to tools.docker

This commit is contained in:
Jim Clark
2022-12-06 23:46:18 -08:00
parent 30e10fd981
commit b2d8fdbbd5
2 changed files with 3 additions and 3 deletions

View File

@@ -9,9 +9,9 @@ This is a [babashka pod](https://github.com/babashka/pods) that binds some golan
```clojure
(require '[babashka.pods :as pods])
(pods/load-pod 'atomisthq/docker "0.1.0")
(pods/load-pod 'atomisthq/tools.docker "0.1.0")
; OR use a locally built pod binary
#_(pods/load-pod "./parser")
#_(pods/load-pod "./pod-atomisthq-tools.docker")
;; load-pod will create this namespace with two vars
(require '[pod.atomisthq.docker :as docker])

View File

@@ -1,7 +1,7 @@
(ns user
(:require [babashka.pods :as pods]))
(pods/load-pod 'atomisthq/docker "0.1.0")
(pods/load-pod 'atomisthq/tools.docker "0.1.0")
(require '[pod.atomisthq.docker :as docker])
;; parse image names using github.com/docker/distribution