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 […]