You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2021. It is now read-only.
[](https://blog.linuxserver.io"all the things you can do with our containers including How-To guides, opinions and much more!")
4
+
[](https://discord.gg/YWrKVTn"realtime support / chat with the community and the team.")
5
+
[](https://discourse.linuxserver.io"post on our community forum.")
6
+
[](https://fleet.linuxserver.io"an online web interface which displays all of our maintained images.")
7
+
[](https://anchor.fm/linuxserverio"on hiatus. Coming back soon (late 2018).")
8
+
[](https://opencollective.com/linuxserver"please consider helping us by either donating or contributing to our budget")
9
+
3
10
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring :-
4
11
5
12
* regular and timely application updates
@@ -9,17 +16,20 @@ The [LinuxServer.io](https://linuxserver.io) team brings you another container r
9
16
* regular security updates
10
17
11
18
Find us at:
12
-
*[Discord](https://discord.gg/YWrKVTn) - realtime support / chat with the community and the team.
13
-
*[IRC](https://irc.linuxserver.io) - on freenode at `#linuxserver.io`. Our primary support channel is Discord.
14
19
*[Blog](https://blog.linuxserver.io) - all the things you can do with our containers including How-To guides, opinions and much more!
20
+
*[Discord](https://discord.gg/YWrKVTn) - realtime support / chat with the community and the team.
21
+
*[Discourse](https://discourse.linuxserver.io) - post on our community forum.
22
+
*[Fleet](https://fleet.linuxserver.io) - an online web interface which displays all of our maintained images.
23
+
*[Podcast](https://anchor.fm/linuxserverio) - on hiatus. Coming back soon (late 2018).
24
+
*[Open Collective](https://opencollective.com/linuxserver) - please consider helping us by either donating or contributing to our budget
[](https://microbadger.com/images/linuxserver/openvpn-as"Get your own version badge on microbadger.com")
19
-
[](https://microbadger.com/images/linuxserver/openvpn-as"Get your own version badge on microbadger.com")
[](https://microbadger.com/images/linuxserver/openvpn-as"Get your own version badge on microbadger.com")
29
+
[](https://microbadger.com/images/linuxserver/openvpn-as"Get your own version badge on microbadger.com")
[Openvpn-as](https://openvpn.net/index.php/access-server/overview.html) is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments. OpenVPN Access Server supports a wide range of configurations, including secure and granular remote access to internal network and/ or private cloud network resources and applications with fine-grained access control.
@@ -28,7 +38,7 @@ Find us at:
28
38
29
39
## Supported Architectures
30
40
31
-
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
41
+
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
32
42
33
43
Simply pulling `linuxserver/openvpn-as` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
34
44
@@ -145,17 +155,17 @@ The "admin" account is a system (PAM) account and after container update or recr
145
155
146
156
* Shell access whilst the container is running: `docker exec -it openvpn-as /bin/bash`
147
157
* To monitor the logs of the container in realtime: `docker logs -f openvpn-as`
148
-
* container version number
158
+
* container version number
149
159
*`docker inspect -f '{{ index .Config.Labels "build_version" }}' openvpn-as`
150
160
* image version number
151
161
*`docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/openvpn-as`
152
162
153
163
## Updating Info
154
164
155
-
Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (ie. nextcloud, plex), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image.
156
-
157
-
Below are the instructions for updating containers:
158
-
165
+
Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (ie. nextcloud, plex), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image.
166
+
167
+
Below are the instructions for updating containers:
168
+
159
169
### Via Docker Run/Create
160
170
* Update the image: `docker pull linuxserver/openvpn-as`
161
171
* Stop the running container: `docker stop openvpn-as`
@@ -186,7 +196,7 @@ Below are the instructions for updating containers:
186
196
187
197
## Building locally
188
198
189
-
If you want to make local modifications to these images for development purposes or just to customize the logic:
199
+
If you want to make local modifications to these images for development purposes or just to customize the logic:
0 commit comments