パソコン上に簡単(※簡単とは言ってない)に仮想マシン(=コンテナ)を構築して、その環境をあっちでもこっちでも簡単に再現できるようにした仕組みのこと、で、いい、はず(わやわや)とりあえず、今私はそのために使いたい。 今からこれこれこう ...
「Cloud Run を使って Python スクリプトを実行してみたい。でも、開発自体はローカル環境のvs codeで行いたい・・・」 そんなニーズをお持ちの方にDocker + DevContainer + VSCode を組み合わせて、Cloud Run 環境をかなり正確にローカルで再現した開発環境の構築手順を ...
Docker Desktop and VSCode are interesing software, using them together offers many advantages. One of the most useful part is the Dev Containers extension from VSCode. It allows to dockerize an ...
The Python extension now supports multi-project workspaces, where each Python project within a workspace gets its own test tree and Python environment. This document explains how multi-project testing ...