Mastering HAProxy for Scalable Docker Deployments with Advanced Routing Learn how to transform HAProxy into a powerful reverse proxy, efficiently directing traffic to multiple Docker containers. We’ll cover essential configurations like ACLs, path routing, WebSockets, and SSL passthrough for robust […]
How to Write a node application to run openai chatgtp inside a docker container
Here’s an example of how you might create a Node.js application that runs OpenAI’s GPT-3 model inside a Docker container: First, you’ll need to create a new Node.js project and install the necessary packages. In the project’s root directory, run […]
Linux Host Container Security
Using the CIS Center for Internet Security script to verify is your linux host for your containers are configured correctly. This nice script checks for dozens of common best-practices around deploying Docker containers in production. It is a public avail […]
Docker NodeJS Simple How To
Docker NodeJS Simple How To For Windows install via https://docs.docker.com/docker-for-windows/install/#download-docker-for-windows After install it will logout and when it comes back will ask to Setup Hyper-V and will break VIrtualBox Download all zips here https://github.com/xoroz/docker-xoroz-hello/archive/master.zip unzip and on the same folder […]
