#23542 added support for network aliasing of services. Comment 2 in moby/libnetwork#1263 shows this feature in action, by providing the --network-alias option to docker service create. However, for all clients I checked, this just returns the error unknown flag: --network-alias. This also applies for docker service update (flags should probably be --network-alias-add and --network-alias-rm here).
Clients tested were:
#23542 added support for network aliasing of services. Comment 2 in moby/libnetwork#1263 shows this feature in action, by providing the
--network-aliasoption todocker service create. However, for all clients I checked, this just returns the errorunknown flag: --network-alias. This also applies fordocker service update(flags should probably be--network-alias-addand--network-alias-rmhere).Clients tested were: