Skip to content

cant read conf file  #11

@aikastor

Description

@aikastor

here is what docker logs say agter running commands:
2021-01-02T20:17:31.951275426Z Options error: In [CMD-LINE]:1: Error opening configuration file: /vpn/client.conf

this is my run.sh file:

 docker run -d --name vpn-client \
  --cap-add=NET_ADMIN \
  --device /dev/net/tun \
  -v /home/vpn:/vpn \
  ekristen/openvpn-client --config /vpn/client.conf --askpass /vpn/client.pwd --auth-nocache

here is what the directory looks like:
Screenshot from 2021-01-03 02-23-00

what might be the problem here? could you please advise?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions