-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
✨FeatureThis adds/improves/enhances a featureThis adds/improves/enhances a feature🐋dockerPull requests that update Docker codePull requests that update Docker code
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
✨FeatureThis adds/improves/enhances a featureThis adds/improves/enhances a feature🐋dockerPull requests that update Docker codePull requests that update Docker code
Type
Projects
Status
Todo