-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Description
Description
I see template_driver: golang is not supported 👇
Line 1095 in f9828df
| return nil, errors.New("Docker Compose does not support configs.*.template_driver") //nolint:staticcheck |
I understand it also is not added to the compose sepc? I am wondering is there a way to implement support in docker compose using some sort of plugin or other custom work-around you have in mind?
Our project is exploring using docker compose but we have many, many configurations which use template_driver as we currently rely on Swarm but only for single node installs. Therefore, we are exploring the compose SDK again.
Any tips and thoughts are welcome, thanks for the work!
Reactions are currently unavailable