sdr-enthusiasts/docker-flightradar24

what(): Operation not permitted

Closed this issue · 1 comments

I'm having issues running the container on a Alpine docker host:

  • Linux 5.4.111-0-lts x86_64
  • Docker version 19.03.5, build 633a0ea838f10e000b7c6d6eed1623e6e988b5bb

When I start the container I get the following error:

fr24feed  | root@11e9fc708df3:/# [2024-02-17 20:13:02.453][fr24feed] terminate called after throwing an instance of 'std::system_error'
fr24feed  | [2024-02-17 20:13:02.453][fr24feed]   what():  Operation not permitted
fr24feed  | [2024-02-17 20:13:02.478][fr24feed] [s6wrap] !!! CAUTION !!! Wrapped program terminated by signal: 6 (Aborted)
fr24feed  | [2024-02-17 20:13:02.478][fr24feed] [s6wrap] Command line for terminated program was: /usr/local/bin/fr24feed

fr24feed runs fine on directly on the Alpine host.

Upgrading to Docker version 25.0.3, build 4debf411d1e6efbd9ce65e4250718e9c529a6525 fixed the issue.
CC @eanmclaughlin