From 208beac2060e9ca4af21a69800c518a2e1f1ff32 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 2 Aug 2017 11:09:56 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index beea6ff..62bfa52 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # 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)
-![](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) +![](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) * [Introduction](#introduction) * [Container functionalities](#container-functionalities) @@ -258,3 +257,14 @@ docker exec -it backuppc /bin/sh ``` 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 +``` From fd0581dc0bdc6986dcbcad2a77d677db36e8f5a4 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 2 Aug 2017 11:10:37 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62bfa52..2e3a3c6 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ * [Miscellaneous](#miscellaneous) * [Timezone](#timezone) * [Shell access](#shell-access) + * [Legacy version](#legacy-version) ## Introduction From e995bbfa6dc08acca9e4125fa6c59da0ed0678cf Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Wed, 2 Aug 2017 11:11:33 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e3a3c6..5335a2c 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ docker run \ 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: @@ -259,7 +259,7 @@ docker exec -it backuppc /bin/sh You will obtain a shell with the standard tools of an Alpine distribution. -## Legacy version +### Legacy version Legacy version of BackupPC (v3.x) is available on the legacy tag `3`, or with explicit version tag (eg. `3.3.2`).