Logs, links, notes, recipes, ...

registry

Tags
angular ansible argocd aws dns docker docker-machine eks elasticsearch elk filebeat grafana guacamole IAM k8s kibana kubernetes lcow letsencrypt macos metricbeat microk8s mongo multipass nginx node openapi rabbitmq rancher rancheros redis registry s3 samba ssh ssl swagger typescript ubuntu vpn websocket windows windows server wireguard xip.io
Recent Posts
  • Grafana – reset admin password
  • Multipass – Remote-SSH development environment on your Mac
  • AWS Credentials
  • EKS – IAM roles
  • WireGuard VPN
Archives
  • January 2022
  • August 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • September 2019
  • May 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • July 2018
  • June 2018
  • May 2018
  • March 2018
  • January 2018
  • December 2017
  • November 2017
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
TL;DR

Docker Registry – S3 storage

Creating a private docker registry can be as simple as running a container provided by docker. Most cloud providers offer a hosted solution (e.g. AWS ECR). But, sometimes you just want/need to roll your own 🙂 If you are using k8s, this is a quick way of doing it. The Read more…

By Felipe Crochik, 3 years3 years ago
TL;DR

Microk8s – Private Registry

Docker Private Registry To setup Microk8s, see previous post Enable required microk8s add-ons: In order to push images from your development machine to a Microk8s docker private registry, you may want to expose it outside of the host. Note: these instructions can easily be adapted to expose a docker private Read more…

By Felipe Crochik, 4 years4 years ago
  • Embed React app in WordPress