A local document chatbot with hybrid search, reranking, and a confidence check that refuses to answer when it isn't sure. That last part turned out to be the most important piece. Why Not Just Use ChatGPT? I had a big pile of PDFs — runbooks, playbooks, technical docs — and I wanted to ask questions … Continue reading Build a RAG System that knows when to shut up
Category: Docker
Edera’s Am-I-Isolated Tool: Fortifying Container Security
In the fast-evolving landscape of cloud-native technologies, securing containerized workloads is a top priority. Kubernetes and containers power modern applications, but their shared kernel architecture introduces risks like privilege escalation and container breakouts. Edera’s Am-I-Isolated tool, an open-source security scanner, steps in to address these challenges by evaluating container isolation and offering practical fixes. Written … Continue reading Edera’s Am-I-Isolated Tool: Fortifying Container Security
Efficient and Reliable Multi-Architecture Docker Image Building with BuildX
Building and distributing single-architecture Docker images efficiently and reliably across diverse computing environments presents a significant challenge. Additionally, managing the complexity of building and pushing multiple images for different architectures can be time-consuming and error-prone. For instance, imagine a scenario where a customer initially uses an x64 (Windows) based operating system to run containerized applications. … Continue reading Efficient and Reliable Multi-Architecture Docker Image Building with BuildX
How to build the NodeJs app from scratch!
This is a small, hopefully fun introduction to a concept of Docker and Docker file.
GUI Based Application inside Docker Container
oday, the entire IT world is utilizing the power of a container to do some amazing stuff. No doubt, containerization has turned out to be a boon for the tech market. Docker has an amazing scope in the IT world. Top MNCs are leveraging the benefits of Docker to a huge extent.
Want to make storage of docker persistent ?
Make storage of docker container permanent. wordpress and mysql database running on docker. docker-compose file . wordpress , mysql.
Getting Started with Docker
In this post we will seeing how someone can get started with Docker .Docker is a set of platform as a service products that uses OS-level virtualization to deliver software in packages called containers
Code Interpreter using Jenkins
Code Interpreter using Jenkins. In this post we'll learn how jenkins interprets the code and build the pipeline.
You must be logged in to post a comment.