docker login private registry
Test the use of your private registry *** GOTCHA ***
Test the use of your private registry *** GOTCHA ***
openssl req \ -newkey rsa:4096 -nodes -sha256 -keyout certs/earnhardt-docker.duckdns.org.key \ -addext "subjectAltName = DNS:earnhardt-docker.duckdns.org" \ -x509 -days 365 -out certs/earnhardt-docker.duckdns.org.crt docker run --entrypoint htpasswd httpd:2 -Bbn docker ****** > auth/htpasswd…
docker-compose down -v -v will remove all volumnes thus deleting everything use docker-compose up to rebuild
https://www.docker.com/blog/how-to-use-the-apache-httpd-docker-official-image/ https://httpd.apache.org/docs/current/misc/password_encryptions.html https://httpd.apache.org/docs/current/programs/htpasswd.html https://en.wikipedia.org/wiki/Hash_function
using docker exec
https://jupyter-tryitog.duckdns.org/lab/tree/Alpha-Vantage/pre-reqs.ipynb
E:\pdmfiles\MVC\BIN\frank-earnhardt>postman -v 'postman' is not recognized as an internal or external command, operable program or batch file. E:\pdmfiles\MVC\BIN\frank-earnhardt>powershell.exe -NoProfile -InputFormat None -ExecutionPolicy AllSigned -Command "::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://dl-cli.pstmn.io/install/win64.ps1'))"…
Download centos iso and upload to ESXi storage. Create New Virtual Machine Connect downloaded ISO to CD/DVD Start VM and Install CENTOS Pre-System Setup Get Network Interface Configure environment Install…
Pulling Image from Public ‘docker.io’ Works After pulling image using WSL2 ubuntu, see how windows is sharing the same local docker image repo: Pulling from Private Registry