.configure(DynamicMultiGroup.BUCKET_SPEC, EntitySpec.create(BasicGroup.class)
.configure(BasicGroup.MEMBER_DELEGATE_CHILDREN, true))
.displayName("Docker Applications"));
if (getConfig(WEAVE_ENABLED)) {
WeaveInfrastructure weave = addChild(EntitySpec.create(WeaveInfrastructure.class)
.configure(WeaveInfrastructure.DOCKER_INFRASTRUCTURE, this));
setAttribute(WEAVE_INFRASTRUCTURE, weave);
if (Entities.isManaged(this)) {
Entities.manage(weave);