Docs: correct URL for DockerHub

This commit is contained in:
Michele Bologna
2018-08-24 10:32:12 +02:00
parent 86564e0d45
commit da9522643f

View File

@@ -1,5 +1,5 @@
# bitlbee Dockerfile
This repository contains **Dockerfile** of [*bitlbee*](https://github.com/bitlbee/bitlbee), for [Docker](https://www.docker.com/)'s [automated build](https://registry.hub.docker.com/u/mbologna/bitlbee/) published to the public [Docker Hub Registry](https://registry.hub.docker.com/).
[This repository](https://github.com/mbologna/docker-bitlbee/) contains **Dockerfile** of [*bitlbee*](https://github.com/bitlbee/bitlbee), for [Docker](https://www.docker.com/)'s [automated build](https://registry.hub.docker.com/u/mbologna/docker-bitlbee/) published to the public [Docker Hub Registry](https://registry.hub.docker.com/).
## Features
@@ -33,17 +33,17 @@ customize etc/bitlbee/bitlbee.conf to suit your needs
a. [Docker Compose](https://docs.docker.com/compose/install/):
`docker-compose up`
docker-compose up
b. or via Docker:
- without persistent configuration:
- without persistent configuration:
`docker run -d --name bitlbee -p 16667:6667 --restart=always mbologna/docker-bitlbee`
docker run -d --name bitlbee -p 16667:6667 --restart=always mbologna/docker-bitlbee
- with persistent configuration store in volume:
- with persistent configuration store in volume:
`docker run -d --name bitlbee -p 16667:6667 --restart=always -v <data-dir>:/var/lib/bitlbee mbologna/docker-bitlbee`
docker run -d --name bitlbee -p 16667:6667 --restart=always -v <data-dir>:/var/lib/bitlbee mbologna/docker-bitlbee
## Contributing