mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
Merge remote-tracking branch 'origin/master' into 4
This commit is contained in:
commit
4223fed675
17
README.md
17
README.md
@ -1,6 +1,5 @@
|
|||||||
# adferrand/backuppc
|
# adferrand/backuppc
|
||||||
![](https://img.shields.io/badge/tags-4%20latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/backuppc:4.1.3-6.svg) ![](https://images.microbadger.com/badges/image/adferrand/backuppc:4.1.3-6.svg)](https://microbadger.com/images/adferrand/backuppc:4.1.3-6)<br/>
|
![](https://img.shields.io/badge/tags-4%20latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/backuppc:4.1.3-6.svg) ![](https://images.microbadger.com/badges/image/adferrand/backuppc:4.1.3-6.svg)](https://microbadger.com/images/adferrand/backuppc:4.1.3-6)
|
||||||
![](https://img.shields.io/badge/tags-3-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/backuppc:3.3.2.svg) ![](https://images.microbadger.com/badges/image/adferrand/backuppc:3.3.2.svg)](https://microbadger.com/images/adferrand/backuppc:3.3.2)
|
|
||||||
|
|
||||||
* [Introduction](#introduction)
|
* [Introduction](#introduction)
|
||||||
* [Container functionalities](#container-functionalities)
|
* [Container functionalities](#container-functionalities)
|
||||||
@ -20,6 +19,7 @@
|
|||||||
* [Miscellaneous](#miscellaneous)
|
* [Miscellaneous](#miscellaneous)
|
||||||
* [Timezone](#timezone)
|
* [Timezone](#timezone)
|
||||||
* [Shell access](#shell-access)
|
* [Shell access](#shell-access)
|
||||||
|
* [Legacy version](#legacy-version)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
@ -249,7 +249,7 @@ docker run \
|
|||||||
adferrand/backuppc
|
adferrand/backuppc
|
||||||
```
|
```
|
||||||
|
|
||||||
## Shell access
|
### Shell access
|
||||||
|
|
||||||
For debugging and maintenance purpose, you may need to start a shell in your running container. With a Docker of version 1.3.0 or higher, you can do:
|
For debugging and maintenance purpose, you may need to start a shell in your running container. With a Docker of version 1.3.0 or higher, you can do:
|
||||||
|
|
||||||
@ -258,3 +258,14 @@ docker exec -it backuppc /bin/sh
|
|||||||
```
|
```
|
||||||
|
|
||||||
You will obtain a shell with the standard tools of an Alpine distribution.
|
You will obtain a shell with the standard tools of an Alpine distribution.
|
||||||
|
|
||||||
|
### Legacy version
|
||||||
|
|
||||||
|
Legacy version of BackupPC (v3.x) is available on the legacy tag `3`, or with explicit version tag (eg. `3.3.2`).
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker run \
|
||||||
|
--name backuppc \
|
||||||
|
--publish 80:8080 \
|
||||||
|
adferrand/backuppc:3
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user