aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-12-13 16:08:21 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2021-12-13 16:08:21 +0300
commite0db43db0131ffa82465c9d38bf0d615ba8afb5b (patch)
tree9a7ad2956e10f417a3c93e18b485eec004747ebf /README.md
parentc178d644f6818ba32889d6223d3a1bb33e2a19c7 (diff)
Added docker
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index b6624e3..273523b 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,19 @@ Grab binaries for different OS from https://github.com/neonxp/pomodoro/releases
brew install neonxp/tap/pomodoro
```
+### Docker
+
+Build image:
+
+```shell
+docker build -t pomodoro .
+```
+
+Run image
+```shell
+docker run -it --rm pomodoro
+```
+
### With golang
```
go install github.com/neonxp/pomodoro@latest