Articles by Tag #devcontainer

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Isolating AI Agents with DevContainer: A secure and scalable approach

AI coding agents like Cline and RooCode are powerful but unpredictable. A simple misconfiguration...

Learn More 9 1Mar 4

Python Development in VSCode Using Devcontainer

Learn how to set up and use a devcontainer-based environment for Python development in VSCode using the devcontainer-python-template.

Learn More 8 0Dec 1 '24

Run lunarvim in a devcontainer

Let's play with lunarvim This is both fun and easy. Unfortunately the dockerfiles found in luarvim's...

Learn More 4 0Oct 26 '24

VS Code devcontainer and Nginx

Let's get started with using Nginx (Now with access to the logfiles) The purpose of this...

Learn More 4 0Nov 8 '24

Install azure-cli in an alpine container

This was a tad more complicated than i hoped Running as root The standard...

Learn More 3 0Dec 16 '24

Run devcontainers as a non-root user

Even when just developing locally I never work directly from the root user. The reason is that I...

Learn More 2 0Nov 11 '24

Getting started using metrics

Getting Started Using the Aspire Dashboard for Metrics, Traces, and Logs I was recently...

Learn More 2 0Jul 1

Metrics and Console applications

Collecting Metrics in a .NET Console Application In a previous post, I showed how to get...

Learn More 1 0Aug 22

Run Elm and lunarvim in a devcontainer

Let's use docker-compose As your project grows you'll need eg. sql, nginx etc. This setup...

Learn More 1 3Oct 27 '24

Building a DevContainer Feature for Amazon Q CLI (Inspired by a Kiwi Memory Game)

DevContainer feature for Amazon Q CLI to streamline setup. Inspired by a kiwi-themed memory game.

Learn More 1 0Jun 19

DevContainers: Big and Bold or Small and Smart?

Recently, I was deep into a project juggling multiple technologies—think of it like trying to cook a...

Learn More 1 0Dec 10 '24

Don’t use Alpine as a dev machine when running a devcontainer - trust me bro!

Lesson learned the hard way: Don't waste time getting this up an running in an Alpine container. At...

Learn More 0 0Aug 9

Java, SpringBoot and MySQL in devcontainer

In this tutorial, we'll walk through the steps to create a simple Java Spring console application...

Learn More 0 0Mar 16

🧱 What Is DevContainer and Why Every Developer Will Use It Soon (2025 Guide)

DevContainers are revolutionizing how developers build and collaborate. Learn what they are, how they work, and why every dev will use them in 2025.

Learn More 0 0Jul 3

Learning Rust with Dev Containers and Rustlings

Even though Cargo makes it a breeze to work with different toolchains and dependencies, having an...

Learn More 0 0Oct 3

Using DooD in a devcontainer like a true pro!

Yes - It is possible to use DooD in a devcontainer When setting up a real-world...

Learn More 0 0Aug 23

Start a new Laravel 12 project with Docker only

1. Build a simple image. This is in order to skip this step. This manual premises that you...

Learn More 0 0Aug 11

Troubleshooting Docker credsStore Auto-Configuration Issues in VS Code Dev Containers

When using VS Code's Dev Container extension, you might encounter credentials-related errors while...

Learn More 0 0Dec 26 '24

Share Git credentials with your container and use ssh access - use dotfiles like a pro!

This is a run down of this article - Link! On how to access your git accounts from within your...

Learn More 0 0Jun 26