#Docker

[ follow ]
fromSitePoint Forums | Web Development & Design Community
2 weeks ago

VS Code and Live Server Extension

Like many, I use VS Code to write and manage code. Having recently got into PHP, I needed a means to display the results of my PHP code and discovered that the Live Server extension doesn't include PHP. I then learned that another extension, PHP Server, would allow me to display PHP content; however, I can no longer invoke Live Server by right clicking. It's still installed, but apparently there is a conflict between PHP Server and Live Server.
Web development
Software development
fromMedium
1 week ago

Step-by-Step: Scala, Spring Boot, & MySQL CRUD App with Docker & SBT

Use Scala with Spring Boot, containerized by Docker and built with SBT for concise, safe, and fast development of JVM microservices.
Software development
fromZDNET
1 week ago

This is my new favorite way to run Windows apps on my Linux PC - how it works

Winboat runs a containerized Windows instance on Linux via Docker, enabling native Windows app installation, desktop access, and filesystem integration.
#docker
fromHackernoon
3 years ago
Software development

Sometimes Breaking Docker Best Practices Actually Works in Your Favor | HackerNoon

fromInfoQ
2 months ago
Web development

Docker Expands Compose for Agent Development and Ties in Cloud Offload Support

fromInfoQ
2 months ago
Web development

Docker Desktop 4.43 Expands Model Runner and Brings New Compose-Kubernetes Bridge

fromHackernoon
3 years ago
Software development

Sometimes Breaking Docker Best Practices Actually Works in Your Favor | HackerNoon

fromInfoQ
2 months ago
Web development

Docker Expands Compose for Agent Development and Ties in Cloud Offload Support

fromInfoQ
2 months ago
Web development

Docker Desktop 4.43 Expands Model Runner and Brings New Compose-Kubernetes Bridge

Software development
fromKDnuggets
3 weeks ago

Getting Started with Couchbase: Installation and Setup Guide - KDnuggets

Couchbase is a NoSQL database designed for interactive applications and supports Windows, macOS, Linux, and Docker installations.
E-Commerce
fromInfoQ
1 month ago

New Open Source Tool Subtrace Brings Network Analysis to Container Environments

Subtrace is an open-source tool designed for network analysis specifically for containerized applications, easing debugging in Docker and Kubernetes environments.
#kubernetes
fromMedium
1 month ago
DevOps

Kubernetes Weekly #485: How List Calls Take Down your Clusters, Which Dist is the Smallest &...

fromMedium
3 months ago
DevOps

Quick note on adding mirror registry to Aliyun Kubernetes Container Services (ACK)

fromMedium
3 months ago
DevOps

Quick note on adding mirror registry to Aliyun Kubernetes Container Services (ACK)

fromMedium
1 month ago
DevOps

Kubernetes Weekly #485: How List Calls Take Down your Clusters, Which Dist is the Smallest &...

fromMedium
3 months ago
DevOps

Quick note on adding mirror registry to Aliyun Kubernetes Container Services (ACK)

fromMedium
3 months ago
DevOps

Quick note on adding mirror registry to Aliyun Kubernetes Container Services (ACK)

fromMedium
2 months ago

Deploying Wazuh on Docker: Simplifying Security Monitoring Configuration

Minimum 6 GB of dedicated RAM and a multi-core CPU are recommended for optimal performance in a complete Wazuh stack deployment.
Software development
Software development
fromZDNET
2 months ago

10 ways an IT home lab can help you land your next job - and how to get started (it's easy!)

A home lab provides hands-on IT experience, enhancing job readiness and skills.
Artificial intelligence
fromMedium
3 months ago

Flashing Jetson with Nvidia SDK Manager on Ubuntu 24.10

Re-flash Jetson AGX Orin 64GB devkit from Jetpack 5.X to 6.2, resolving compatibility issues with library dependencies is key.
#ai
fromMedium
3 months ago
Artificial intelligence

Quick note on adding rate limit for AI agents using LiteLLM server

fromMedium
3 months ago
Artificial intelligence

Quick note on adding rate limit for AI agents using LiteLLM server

fromMedium
3 months ago
Artificial intelligence

Quick note on adding rate limit for AI agents using LiteLLM server

fromMedium
3 months ago
Artificial intelligence

Quick note on adding rate limit for AI agents using LiteLLM server

Artificial intelligence
fromMedium
3 months ago

Quick note on adding rate limit for AI agents using LiteLLM server

Implementing a LiteLLM proxy server helps manage request rates to prevent exceeding rate limits.
Using Docker for LiteLLM proxy setup can enhance AI agent performance.
Artificial intelligence
fromMedium
3 months ago

Quick note on adding rate limit for AI agents using LiteLLM server

Implementing a rate limiting strategy for AI agents can prevent the 409 error response from service providers like AWS Bedrock.
fromMedium
3 months ago
Artificial intelligence

Quick note on adding rate limit for AI agents using LiteLLM server

fromMedium
3 months ago
Artificial intelligence

Quick note on adding rate limit for AI agents using LiteLLM server

fromMedium
3 months ago
Artificial intelligence

Quick note on adding rate limit for AI agents using LiteLLM server

fromMedium
3 months ago
Artificial intelligence

Quick note on adding rate limit for AI agents using LiteLLM server

fromMedium
3 months ago
Artificial intelligence

Quick note on adding rate limit for AI agents using LiteLLM server

fromMedium
3 months ago
Artificial intelligence

Quick note on adding rate limit for AI agents using LiteLLM server

Web development
fromInfoQ
2 months ago

Cloudflare Launches Containers in Public Beta

Cloudflare has launched a container service for deploying Docker images globally, enhancing workload support beyond its serverless platform.
#jetson-agx-orin
Artificial intelligence
fromMedium
3 months ago

Quick note on adding rate limit for AI agents using LiteLLM server

Implement a LiteLLM proxy server to manage request rate limits and prevent exceeding service limitations during continuous AI agent conversations.
#cybersecurity
fromThe Hacker News
2 months ago
Cryptocurrency

Hackers Exploit Misconfigured Docker APIs to Mine Cryptocurrency via Tor Network

Misconfigured Docker instances are targeted for cryptocurrency mining through Tor usage to conceal attacker activities.
fromThe Hacker News
4 months ago
Cryptocurrency

Docker Malware Exploits Teneo Web3 Node to Earn Crypto via Fake Heartbeat Signals

Cybercriminals are exploiting Docker environments to mine cryptocurrency using a novel approach via the Teneo service.
DevOps
fromInfoQ
3 months ago

AWS CodeBuild Introduces Docker Server Capability to Accelerate CI/CD Pipelines

AWS boosts CodeBuild with dedicated Docker servers, reducing image build times.
Persistent Docker servers enhance CI/CD efficiency and consistency.
#react
fromHackernoon
5 months ago
Node JS

Production Grade Deployment of a Full Stack Web App (React + Node) With Docker and EC2 | HackerNoon

fromHackernoon
5 months ago
Node JS

Production Grade Deployment of a Full Stack Web App (React + Node) With Docker and EC2 | HackerNoon

Growth hacking
fromHackernoon
1 year ago

The TechBeat: New Formula Could Make AI Agents Actually Useful in the Real World (5/6/2025) | HackerNoon

Tech content covers modern software tools and innovations like AI, Docker, and post-apocalyptic media.
#llms
fromRubyflow
4 months ago

Still struggling with Time Zone issues in your Rails app?

In the world of web development, managing timestamps and time zones can lead to unexpected issues; understanding the key differences between DateTime.now and Time.zone.now is critical.
fromHackernoon
5 years ago

Rust's Build.rs Might Be the Most Underrated Feature in Cargo | HackerNoon

fn main() { println!("cargo:rustc-cfg=flavor=embed"); }
Scala
Artificial intelligence
fromHackernoon
5 years ago

LangChain Promised an Easy AI Interface for MySQL-Here's What It Really Took | HackerNoon

LangChain simplifies the process of querying databases with natural language, opening up access to users without specialized query knowledge.
[ Load more ]