Remote container development with VS Code and Podman

2 · Red Hat · Feb. 14, 2023, 7:38 a.m.
The ability to develop, build, and test containers on another host is often necessary when your target deployment environment doesn’t match your local development environment. For example, many developers use a MacBook with an ARM64 architecture, but the application they’re developing will be deployed on x86 (AMD64) architecture machines inside containers on a Linux container host. Building a simple Node.js application that targets AMD64 on an M1 MacBook Pro is up to ten times slower than buildi...