Skip to content

Compose設定のipv6のサポート #17205

@saschanaz

Description

@saschanaz

Summary

Dockerはipv6を基本サポートしないので設定を追加する必要があります

https://docs.docker.com/engine/daemon/ipv6/

external_network:
  enable_ipv6: true
     ipam:
       config:
         - subnet: 2001:db8::/64

exampleファイルに追加したらいいかと

Purpose

相手サーバーとのipv6でのネットワークに必要

Do you want to implement this feature yourself?

  • Yes, I will implement this by myself and send a pull request

Metadata

Metadata

Assignees

No one assigned

    Labels

    ✨FeatureThis adds/improves/enhances a feature🐋dockerPull requests that update Docker code

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions