{"id":34746009,"url":"https://github.com/jsloan117/docker-openvpn-client","last_synced_at":"2026-01-31T16:19:00.910Z","repository":{"id":37027783,"uuid":"156918128","full_name":"jsloan117/docker-openvpn-client","owner":"jsloan117","description":"Container image with OpenVPN Client and VPN providers","archived":false,"fork":false,"pushed_at":"2026-01-27T23:08:35.000Z","size":17332,"stargazers_count":8,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-28T12:30:14.438Z","etag":null,"topics":["dockerimage","openvpn"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsloan117.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/supported-providers.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-11-09T21:06:40.000Z","updated_at":"2026-01-27T23:08:37.000Z","dependencies_parsed_at":"2023-11-21T00:43:51.596Z","dependency_job_id":"37a3740c-223a-4773-934d-1c7eac7e50b3","html_url":"https://github.com/jsloan117/docker-openvpn-client","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/jsloan117/docker-openvpn-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsloan117%2Fdocker-openvpn-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsloan117%2Fdocker-openvpn-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsloan117%2Fdocker-openvpn-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsloan117%2Fdocker-openvpn-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsloan117","download_url":"https://codeload.github.com/jsloan117/docker-openvpn-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsloan117%2Fdocker-openvpn-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28947576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T14:26:55.697Z","status":"ssl_error","status_checked_at":"2026-01-31T14:26:52.545Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dockerimage","openvpn"],"created_at":"2025-12-25T04:38:26.812Z","updated_at":"2026-01-31T16:19:00.905Z","avatar_url":"https://github.com/jsloan117.png","language":"Shell","readme":"# docker-openvpn-client\n\n![License](https://img.shields.io/badge/License-GPLv3-blue.svg)\n[![images](https://github.com/jsloan117/docker-openvpn-client/actions/workflows/images.yml/badge.svg?branch=v3.1.2)](https://github.com/jsloan117/docker-openvpn-client/actions/workflows/images.yml)\n[![Docker Pulls](https://img.shields.io/docker/pulls/jsloan117/docker-openvpn-client.svg)](https://img.shields.io/docker/pulls/jsloan117/docker-openvpn-client.svg)\n\nThe image provides OpenVPN or Wireguard as a VPN client, with OpenVPN having access to multiple providers.\n\n## Getting started\n\n---\n\nBelow is a quick way to get up and running with either OpenVPN or Wireguard. For more details, see the complete [documentation](http://jsloan117.github.io/docker-openvpn-client).\n\n```bash\n# OpenVPN client\ndocker run --cap-add=NET_ADMIN -d --name openvpn_client \\\n-e OPENVPN_PROVIDER='vyprvpn' \\\n-e OPENVPN_CONFIG='USA - Austin-256' \\\n-e OPENVPN_USERNAME='user' \\\n-e OPENVPN_PASSWORD='password' \\\n-v /etc/localtime:/etc/localtime:ro \\\njsloan117/docker-openvpn-client\n```\n\n```bash\n# Wireguard client\ndocker run --cap-add=NET_ADMIN -d --name wg_client \\\n-e \"VPN_CLIENT=wireguard\" \\\n--sysctl net.ipv4.conf.all.src_valid_mark=1 \\\n-v ~/wg0.conf:/etc/wireguard/wg0.conf \\\n-v /etc/localtime:/etc/localtime:ro \\\njsloan117/docker-openvpn-client\n```\n\n## Credit\n\n---\n\nThank you [Haugene](https://github.com/haugene) and all contributors for making a great image.\n\nI initially based the image on [docker-transmission-openvpn](https://github.com/haugene/docker-transmission-openvpn). Their [documentation](https://haugene.github.io/docker-transmission-openvpn) may benefit you depending on your environment.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsloan117%2Fdocker-openvpn-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsloan117%2Fdocker-openvpn-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsloan117%2Fdocker-openvpn-client/lists"}