-
-
Notifications
You must be signed in to change notification settings - Fork 438
Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
The image fails to run with fly.io.
$ fly logs
...
[info] INFO Preparing to run: `/init` as root
[info] INFO [fly api proxy] listening at /.fly/api
[info]s6-overlay-suexec: fatal: can only run as pid 1It seems fly.io uses its own /init process [reference needed], which takes pid 1.
Expected Behavior
No response
Steps To Reproduce
Save this to fly.toml.
app = 'wgflyvpn'
[[services]]
internal_port = 51820
protocol = 'udp'
[[services.ports]]
port = 51820
[build]
image = 'lscr.io/linuxserver/wireguard'
[env]
PEERS = '1'
[mounts]
source = 'wgflyvpn_data'
destination = '/config'
Run
fly deployWhen it fails, run
fly logsEnvironment
- OS:
- How docker service was installed:CPU architecture
x86-64
Docker creation
fly deployContainer logs
[info] INFO Preparing to run: `/init` as root
[info] INFO [fly api proxy] listening at /.fly/api
[info]s6-overlay-suexec: fatal: can only run as pid 1Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done