Skip to content

Instantly share code, notes, and snippets.

View anokun7's full-sized avatar
🎯
Focusing

Anoop Kumar anokun7

🎯
Focusing
View GitHub Profile
@anokun7
anokun7 / UCP-installation-aws.md
Created March 17, 2016 02:25
hands-free installation of UCP [aka Single command install] on aws
docker run -it --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-v docker_subscription.lic:/docker_subscription.lic \
--name ucp docker/ucp install --fresh-install \
--san $(curl http://169.254.169.254/latest/meta-data/public-hostname)

The user id & password will default to admin/orca

@dkeightley
dkeightley / object-count-size.md
Last active July 27, 2024 06:00
etcd object counts and sizes

Exec into the etcd container

RKE1

docker exec -it etcd sh

RKE2