Exam Announcement Blog Posts
- 2022-03-22 Vault Operations Professional
- 2020-10-09 Consul Associate
- 2020-04-21 Announcing HashiCorp Cloud Engineering Certs - Terraform Associate and Vault Associate
docker inspect --format '{{ .NetworkSettings.Networks.nat.IPAddress }}' <container>
Shortened URL to access this gist: http://tiny.cc/swarmgs
All scripts work in bash and should work in powershell except as noted
git clone https://gist.github.com/g0t4/1454ee7342d54aba5313ffc699d472ba local-folder
#!/bin/bash | |
wget https://gist.githubusercontent.com/g0t4/c4d382b0aa0b15ed3454f501d2102500/raw/c39c6662fa15e4ad9c842eae9e2724dd1810d7eb/table.adoc | |
# this docker image comes preloaded with many extensions! https://hub.docker.com/r/asciidoctor/docker-asciidoctor/~/dockerfile/ | |
# docs for asciidoctor-diagram extension http://asciidoctor.org/docs/asciidoctor-diagram/ | |
# volume mount for current working directory, to ready table.adoc and write resultant output file | |
# function to hide away the docker run and volume plumbing, treat like it is installed locally :) | |
asciidoctor() { docker run --rm -v $(pwd):/documents asciidoctor/docker-asciidoctor asciidoctor "$@" ; } |
docker-compose.yml
and config.yml
in the same directory on one of your volumes on the NAS.docker-compose up -d
curl --head http://NAS-IP:55000
--registry-mirror=http://NAS-IP:55000
curl http://NAS-IP:55000/v2/_catalog
Access this Gist via this shortened URL: https://git.io/vPj49
If anything changes, with regards to the material covered in this course, this will be the first place I share updates.
Access this gist via: https://git.io/vPnaU GitHub repo: https://git.io/vP819 (https://github.com/g0t4/pluralsight-dotnet-core-windows/)
Links:
Shortened URL for this gist: https://git.io/vitgf
Shortened URL for this gist: https://git.io/v68XM
GitHub repository: ES6 in Motion
Arrow Functions