Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit b2d8fdb

Browse files
author
Jim Clark
committed
rename docker to tools.docker
1 parent 30e10fd commit b2d8fdb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ This is a [babashka pod](https://github.com/babashka/pods) that binds some golan
99

1010
```clojure
1111
(require '[babashka.pods :as pods])
12-
(pods/load-pod 'atomisthq/docker "0.1.0")
12+
(pods/load-pod 'atomisthq/tools.docker "0.1.0")
1313
; OR use a locally built pod binary
14-
#_(pods/load-pod "./parser")
14+
#_(pods/load-pod "./pod-atomisthq-tools.docker")
1515

1616
;; load-pod will create this namespace with two vars
1717
(require '[pod.atomisthq.docker :as docker])

dev/user.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(ns user
22
(:require [babashka.pods :as pods]))
33

4-
(pods/load-pod 'atomisthq/docker "0.1.0")
4+
(pods/load-pod 'atomisthq/tools.docker "0.1.0")
55
(require '[pod.atomisthq.docker :as docker])
66

77
;; parse image names using github.com/docker/distribution

0 commit comments

Comments
 (0)