forked from subspacecloud/subspace
-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
Describe the bug
entrypoint.sh errors when starting the image:
Line unrecognized: `PrivateKey='
Configuration parsing error
To Reproduce
Steps to reproduce the behavior:
- $ docker create
--name subspace
--restart always
--network host
--cap-add NET_ADMIN
--volume /usr/bin/wg:/usr/bin/wg
--volume /data/subspace:/data
--volume /lib/aarch64-linux-gnu/libc.so.6:/lib/aarch64-linux-gnu/libc.so.6:ro
--volume /lib/ld-linux-aarch64.so.1:/lib/ld-linux-aarch64.so.1:ro
--env SUBSPACE_HTTP_HOST="sub.domain.net"
--env SUBSPACE_NAMESERVER="1.1.1.1"
subspacecommunity/subspace:arm64v8-v1.5.0 - $ docker start subspace; docker logs subspace >& subspace.log ; tail subspace.log
- export 'SUBSPACE_IPV4_CIDR=24'
- ip addr add 10.99.97.1/24 dev wg0
- '[[' 1 -ne 0 ]]
- echo fd00::10:97:0/112
- cut -d / -f2
- export 'SUBSPACE_IPV6_CIDR=112'
- ip addr add fd00::10:97:1/112 dev wg0
- wg setconf wg0 /data/wireguard/server.conf
Line unrecognized: `PrivateKey='
Configuration parsing error
Expected behavior
Start without error and working web access.
Docker host server :
- OS: Debian arm64
- Version 12
- Docker version 24.0.6, build ed223bc
Metadata
Metadata
Assignees
Labels
No labels