Skip to content

100% cpu usage of one core with docker-compose #4

@capc0

Description

@capc0

Im using this project with compose in the following way and noticed 100% cpu on one core.

version: "3"
services:
  ike-vpn:
    image: debian-ike:0.1
    command: config.vpn
    volumes:
      - ./volume:/mnt/volume
    privileged: true
    network_mode: "host"
    #restart: always

I adapted the scripts based on this SO thread https://askubuntu.com/questions/1022222/ikec-causes-high-cpu-usage-when-started-as-background-process

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