#Ssl
2 posts tagged “Ssl”
2 posts tagged “Ssl”
Another Docker image with some tools useful for devops, this time includes the TIG CLI utility.
Tig Docker image https://github.com/alastairhm/docker-tig
To use run the following;
docker run --rm -ti -v $(pwd):/mnt ghcr.io/alastairhm/docker-tig:latest
alias tig='docker run --rm -ti -v $(pwd):/mnt ghcr.io/alastairhm/docker-tig:latest'
For full instructions on using TIG visit the offical instructions page.
I’ve built a few Docker images with some tools useful for devops lately.
SpaceVim Docker image with NeoVim https://github.com/alastairhm/spacevim
CloudFlare’s SSL tools Docker image https://github.com/alastairhm/docker-cfssl
TFSec and TFLint tools Docker image https://github.com/alastairhm/docker-terraform-check
Bitwarden CLI tool Docker image https://github.com/alastairhm/docker-bw