|
@@ -1,4 +1,4 @@
|
|
|
-# alpine-openrc [](https://hub.docker.com/r/dockage/alpine-openrc/) [](https://hub.docker.com/r/dockage/alpine-openrc/) [](https://microbadger.com/images/dockage/alpine-openrc:3.7) [](https://hub.docker.com/r/dockage/alpine-openrc/) [](https://hub.docker.com/r/dockage/alpine-openrc/)
|
|
|
+# alpine-openrc [](https://hub.docker.com/r/dockage/alpine-openrc/) [](https://hub.docker.com/r/dockage/alpine-openrc/) [](https://microbadger.com/images/dockage/alpine-openrc:3.5) [](https://hub.docker.com/r/dockage/alpine-openrc/) [](https://hub.docker.com/r/dockage/alpine-openrc/)
|
|
|
|
|
|
[OpenRC](https://en.wikipedia.org/wiki/OpenRC) is the default init system of [Gentoo](https://gentoo.org), [Alpine Linux](https://alpinelinux.org ) and other Linux distributions, which means that the software packages and daemons of those distributions support it, coming with or using the available scripts.
|
|
|
|
|
@@ -31,7 +31,7 @@ Automated builds of the image are available on [Dockerhub](https://hub.docker.co
|
|
|
> **Note**: Builds are also available on [Quay.io](https://quay.io/repository/dockage/alpine-openrc)
|
|
|
|
|
|
```bash
|
|
|
-docker pull dockage/alpine-openrc:3.7
|
|
|
+docker pull dockage/alpine-openrc:3.5
|
|
|
```
|
|
|
|
|
|
Alternatively you can build the image yourself.
|
|
@@ -49,7 +49,7 @@ To upgrade to newer releases:
|
|
|
1. Download the updated Docker image:
|
|
|
|
|
|
```bash
|
|
|
- docker pull dockage/alpine-openrc:3.7
|
|
|
+ docker pull dockage/alpine-openrc:3.5
|
|
|
```
|
|
|
|
|
|
2. Stop the currently running image:
|
|
@@ -69,7 +69,7 @@ To upgrade to newer releases:
|
|
|
```bash
|
|
|
docker run --name alpine-openrc -itd \
|
|
|
[OPTIONS] \
|
|
|
- dockage/alpine-openrc:3.7
|
|
|
+ dockage/alpine-openrc:3.5
|
|
|
```
|
|
|
|
|
|
## Shell Access
|