Skip to content

[Question]: Merge dev_start and dev_into #83

@daohu527

Description

@daohu527

System Information / Logs

No response

Question

To support multi-homing on the same host, the following adaptations are required.

Network mode

      # --net host # Use host network
      -p 8899:8899

Remove privileged mode

      run_opts+=(
        --privileged # Grant extended privileges (often needed for device access)
        --pid=host # Use host process namespace (allows host process inspection/signals)
      )

What I Tried

No response

Relevant Logs or Links

No response

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions