を使用しDockerfile
てイメージを構築していますが、そこには次のようなコマンドがあります。
RUN sysctl -w net.ipv4.route.flush=1
しかし、次のエラーでイメージのビルドに失敗します:
Step 20 : RUN sysctl -w net.ipv4.route.flush=1
---> Running in 4d7302b56c53
sysctl: setting key "net.ipv4.route.flush": Read-only file system