Docker

Docker Desktop on windows (no point, use cli)

Windows | Docker Docs Troubleshoot Install interactivelyDownload the installer using the download button at the top of the page, or from the release notes. Double-click Docker Desktop Installer.exe to run the installer. By default, Docker Desktop is installed at C:\Program Files\Docker\Docker. When prompted, ensure the Use WSL 2 instead of Hyper-V option on the Configuration […]

Docker Desktop on windows (no point, use cli) Read Post »

Docker

Azure ACI docker 101

repos learning-docker/2-azure-container-instance at main · spawnmarvel/learning-docker · GitHub Exercise – Control restart behavior use gitbash with az cli or login to a linux vm and install az cli, the run az login –tenant TENANT-ID Or use putty or cloud shell Azure Use cli or portal to check status, runs, logs and more. logs Exercise –

,

Azure ACI docker 101 Read Post »

Docker

Containerize a Python application docker pri

Containerize a Python application | Docker Docs repos learning-docker/1.3-containerize-python-application at main · spawnmarvel/learning-docker · GitHub We have our code and we are ready to test it All it does it log and gracefully stop Build the app The docker build command builds Docker images from a Dockerfile and a “context”. A build’s context is the

,

Containerize a Python application docker pri Read Post »

Docker RabbitMQ

Docker rabbitmq x2 ssl Certificate Authority PKI

repos learning-docker/prod-ish/rmq/rmq-x2-ssl at main · spawnmarvel/learning-docker (github.com) Generate CA Server’s (client) certificate and files Let’s test the compose before we make the next certificate and use it. Client is 15672, view logs to see if it loaded all yes, good. Server is 15673,view logs to see if it loaded all and also the rabbitmq_auth_mechanism_ssl was

, , ,

Docker rabbitmq x2 ssl Certificate Authority PKI Read Post »

Docker

Docker: be efficient

Vm mount data disk and increased from from 4 gb to 8 gb. learning-docker/README-0-mount.md at main · spawnmarvel/learning-docker (github.com) 0 Getting started learning-docker/1-getting-started-guide/README.md at main · spawnmarvel/learning-docker · GitHub End notes part 10: Container orchestration “Running containers in production is tough. You don’t want to log into a machine and simply run a docker run

Docker: be efficient Read Post »

Docker

Docker compose ssl

Inspiration dockerfile – generate a self signed certificate in docker – Stack Overflow Repos learning-docker/1-getting-started-guide/rmq5-portainer-ssl at main · spawnmarvel/learning-docker · GitHub Lets test the ssl script first, since we know that rmq and portainer works. All files are moved Files How about that?! Now we need to copy the cert and edit the Dockerfile and

, ,

Docker compose ssl Read Post »

Docker

Docker compose

Use Docker Compose | Docker Docs github learning-docker/1-getting-started-guide/README-4-docker-compose.md at main · spawnmarvel/learning-docker · GitHub changed this cd getting-started-app touch compose.yml docker compose up -d docker compose logs -f docker ps docker compose down Rabbitmq learning-docker/1-getting-started-guide/README-4-docker-compose.md at main · spawnmarvel/learning-docker · GitHub First run visit http://public-ip:15672 success with preconfigured user. but the shovel plugin was not

Docker compose Read Post »

Scroll to Top