Skip to content

Dev Notes

—Short notes on software, systems, and things I learn while building—

Menu
Menu

Category: devcontainer

Developing Inside Container – II (Notes)

Posted on February 26, 2026 by isleyen

When working with AI agents during development, granting them full access to our local machine can introduce security risks. A safer approach is to run the agent inside a Dev Container. This way, we grant the required access only within an isolated container environment instead of the host system. By using a Dev Container, the…

Read more

Developing Inside a Container – (Notes)

Posted on February 1, 2026April 9, 2026 by isleyen

With the Visual Studio Code Dev Containers extension, a container becomes our entire development environment. Our workspace files and extensions run inside the container, giving us direct access to the required tools and system dependencies. This makes it easy to move between projects or environments by simply changing the container we connect to. devcontainer.json file…

Read more

Recent Posts

  • Developing Inside Container – II (Notes)
  • Developing Inside a Container – (Notes)
  • Conda – Cheat Sheet
  • Resize Image in URL – Azure

Categories

  • Azure
  • C#
  • claude
  • devcontainer
  • docker
  • python
© 2026 Dev Notes | Powered by Superbs Personal Blog theme