– Add docker-build-server, docker-build-extenders, docker-build-server-ext commands for building components via Docker;
– Add docker-up, docker-down, docker-logs, docker-restart commands for managing runtime container;
– Update help section with new Docker commands documentation;
– Commands correspond to profiles from docker-compose.yml.
Introduces 'docker-clean' and 'docker-clean-all' targets for removing Docker containers, images, volumes, and networks. Updates the help output and .PHONY list to include the new targets, improving Docker artifact management.