Skip to content

Instantly share code, notes, and snippets.

@edwardtheharris
Last active August 22, 2025 17:00
Show Gist options
  • Select an option

  • Save edwardtheharris/0ee7e9b0b0fc4c5b1149237ba8feb98f to your computer and use it in GitHub Desktop.

Select an option

Save edwardtheharris/0ee7e9b0b0fc4c5b1149237ba8feb98f to your computer and use it in GitHub Desktop.
Update the hostname of the Docker VM when running Docker for Mac
docker run -it --rm --uts=host --cap-add SYS_ADMIN busybox
# run from inside the vm
hostname <yourhostname>
exit
@edwardtheharris
Copy link
Author

The original source is here.

@edwardtheharris
Copy link
Author

With over a decade of experience in DevOps across industries—from financial services to media and blockchain, Xander brings deep, hands-on expertise with AWS, Terraform, and Linux that aligns directly with the project’s technical stack. At SiriusXM and Fox Corp, they architected and maintained production-grade AWS infrastructures using Terraform and Ansible, including EKS clusters, VPCs, and Lambda-based services. A highlight that speaks directly to this engagement is their recent work at Platonic, where they automated Kubernetes deployments on AWS and GCP using Terraform and Helm for blockchain networks. Xander takes pride in transforming infrastructure into reliable, repeatable code and creating robust monitoring solutions—such as the complete migration from DataDog to Prometheus and Grafana at Wunderkind, which enhanced observability and reduced cost across 36 GKE clusters. They are confident in making immediate contributions to the software delivery platform and cloud automation efforts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment