DjangoとNuxtを使って開発を行うときの環境の構築方法を記述していきたいと思います。 DockerとVSCodeを使ってステップでのデバッグを実行できるようにするのが目標です。 Docker DesktopとVisual Studio Codeは既にインストール済みの前提で記述していきます。 環境 ...
Dockerコンテナを作って、そこでコマンドライン上でPythonを実行できる状態になっています。 実際の開発はWin上のVSCodeからDockerコンテナに接続して、コーディングやPythonコード実行を行いたいので、その環境を整えます。 VSCodeの拡張機能である「Dev Containers」を ...
While working on a crusty Dockerfile, I was happy to see the new vs-code extension calling out a potential issue: Base image platform does not match expected target ...