Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 74619bc

Browse files
committed
update of README with badges for new ci
1 parent 8f58c64 commit 74619bc

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[ircurl]: https://www.linuxserver.io/irc/
44
[podcasturl]: https://www.linuxserver.io/podcast/
55
[appurl]: https://www.domoticz.com
6+
[hub]: https://hub.docker.com/r/linuxserver/domoticz/
67

78
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]
89

@@ -12,6 +13,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
1213
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
1314

1415
# linuxserver/domoticz
16+
[![](https://images.microbadger.com/badges/version/linuxserver/domoticz.svg)](https://microbadger.com/images/linuxserver/domoticz "Get your own version badge on microbadger.com")[![](https://images.microbadger.com/badges/image/linuxserver/domoticz.svg)](https://microbadger.com/images/linuxserver/domoticz "Get your own image badge on microbadger.com")[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/domoticz.svg)][hub][![Docker Stars](https://img.shields.io/docker/stars/linuxserver/domoticz.svg)][hub][![Build Status](https://ci.linuxserver.io/buildStatus/icon?job=Docker-Builders/x86-64/x86-64-domoticz)](https://ci.linuxserver.io/job/Docker-Builders/job/x86-64/job/x86-64-domoticz/)
1517

1618
[Domoticz][appurl] is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device
1719

@@ -26,11 +28,11 @@ docker create \
2628
-v <path to data>:/config \
2729
-e PGID=<gid> -e PUID=<uid> \
2830
-e TZ=<timezone> \
29-
-p 8080:8080 \
3031
-p 1443:1443 \
3132
-p 6144:6144 \
33+
-p 8080:8080 \
3234
--device=<path to device> \
33-
linuxserver/domoticz:stable-3.5877
35+
linuxserver/domoticz
3436
```
3537

3638
You can choose between using tags, latest (default, and no tag required), or a specific stable version of domoticz.
@@ -48,6 +50,7 @@ For example with a port -p external:internal - what this shows is the port mappi
4850
So -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080
4951
http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.`
5052

53+
5154
* `-p 1443` - the port(s)
5255
* `-p 6144` - the port(s)
5356
* `-p 8080` - the port(s)
@@ -99,10 +102,11 @@ The user manual is available at [www.domoticz.com][appurl]
99102

100103
* image version number
101104

102-
`docker inspect -f '{{ index .Config.Labels "build_version" }}' domoticz`
105+
`docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/domoticz`
103106

104107
## Versions
105108

106-
+ **26.02.2017:** Add curl and replace openssl with libressl. Add proper README.
107-
+ **26.11.2016:** Update README to new standard and getting ready for release.
108-
+ **10.10.2016:** Initial dev release.
109+
+ **28.05.2017:** Rebase to alpine 3.6.
110+
+ **26.02.2017:** Add curl and replace openssl with libressl.
111+
+ **11.02.2017:** Update README.
112+
+ **03.01.2017:** Initial Release.

0 commit comments

Comments
 (0)