Skip to content

harrytang/devops-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

138 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps Tools

Container Image

This Docker image encapsulates the tools I routinely utilize during my coding sessions and while interacting with Kubernetes.

Usage

The sole requirement is having Docker installed. You have the option to assign an alias in your shell to employ this image as a command-line utility, or you can directly SSH into the container to use the tools.

docker run -it --rm \
  --net=host \
  -v ${PWD}:/workspaces \
  -v $HOME/.kube:/home/devops/.kube \
  -v $HOME/.ssh:/home/devops/.ssh:ro \
  -v $HOME/.gitconfig:/home/devops/.gitconfig:ro \
  -w /workspaces \
  ghcr.io/harrytang/devops-tools:k8s ssh-agent /bin/zsh

Config

Git Auth key

ssh-keygen -t ed25519 -C "your_email@example.com"

GitHub signing key

ssh-keygen -t ecdsa -C "your_email@example.com"

About

My tools for Dev and Ops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors