🌐
Docker Hub
hub.docker.com › r › microsoft › devcontainers-php
microsoft/devcontainers-php - Docker Image
mcr.microsoft.com/devcontainers/php:2-8 (or 2-8-trixie, 2-8-bookworm, 2-8-bullseye)
🌐
Microsoft
mcr.microsoft.com › en-us › product › devcontainers › php › about
PHP Development Container Images
Microsoft Artifact Registry (also known as Microsoft Container Registry or MCR) Discovery Portal
🌐
GitHub
github.com › microsoft › vscode-remote-try-php
GitHub - microsoft/vscode-remote-try-php: PHP sample project for trying out Dev Containers · GitHub
The Code Spell Checker extension was automatically installed because it is referenced in .devcontainer/devcontainer.json. Also notice that utilities like Xdebug and the PHP Intelephense extension are installed. Tools are installed in the mcr.microsoft.com/devcontainers/php image and Dev Container ...
Starred by 244 users
Forked by 291 users
Languages   PHP
🌐
GitHub
github.com › devcontainers › images › blob › main › src › php › .devcontainer › devcontainer.json
images/src/php/.devcontainer/devcontainer.json at main · devcontainers/images
Repository for pre-built dev container images published under mcr.microsoft.com/devcontainers - images/src/php/.devcontainer/devcontainer.json at main · devcontainers/images
Author   devcontainers
🌐
Docker Hub
hub.docker.com › r › microsoft › vscode-devcontainers
microsoft/vscode-devcontainers - Docker Image
mcr.microsoft.com/vscode/devcontainers/php (Details⁠, History⁠, All tags⁠)
🌐
Microsoft
mcr.microsoft.com › en-us › artifact › mar › devcontainers › php › tag › dev-8.5
devcontainers/php:dev-8.5
Microsoft Artifact Registry (also known as Microsoft Container Registry or MCR) Discovery Portal
🌐
Microsoft
mcr.microsoft.com › en-us › product › devcontainers › base › about
Microsoft Artifact Registry
Microsoft Artifact Registry (also known as Microsoft Container Registry or MCR) Discovery Portal
🌐
DEV Community
dev.to › lsvs › how-to-launch-a-php-project-in-vs-code-dev-container-2mp0
How to Launch a PHP Project in VS Code Dev Container - DEV Community
December 22, 2023 - Inside this folder, you can define a devcontainer.json file that specifies the Docker image, runtime settings, and any additional configurations required for your PHP project. { "name": "PHP", "image": "mcr.microsoft.com/devcontainers/php", "forwardPorts": [ 8080 ] } So, essentially, that’s all 🙃. We can now use php -S inside the container to launch the dev server.
Find elsewhere
🌐
GitHub
github.com › microsoft › vscode-remote-try-php › blob › main › .devcontainer › devcontainer.json
vscode-remote-try-php/.devcontainer/devcontainer.json at main · microsoft/vscode-remote-try-php
April 6, 2021 - // README at: https://github.com/devcontainers/templates/tree/main/src/php · { "name": "PHP", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile · "image": "mcr.microsoft.com/devcontainers/php:1-8.3", · // Features to add to the dev container.
Author   microsoft
🌐
Microsoft
mcr.microsoft.com › v2 › vscode › devcontainers › php › tags › list json
Microsoft
Microsoft Artifact Registry (also known as Microsoft Container Registry or MCR) Discovery Portal
🌐
Docker Hub
hub.docker.com › r › microsoft › devcontainers-universal
microsoft/devcontainers-universal - Docker Image
In other cases you may be looking ... repositories. The large container image generated here (mcr.microsoft.com/devcontainers/universal:linux) includes a number of runtime versions for popular languages lke Python, Node, PHP, Java, Go, C++, Ruby, and .NET Core/C#....
🌐
GitHub
docs.github.com › en › codespaces › setting-up-your-project-for-codespaces › adding-a-dev-container-configuration › setting-up-your-php-project-for-codespaces
GitHub Codespaces 用の PHP プロジェクトを設定する
For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/php { "name": "PHP", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile "image": "mcr.microsoft.com/devcontainers/php:1-8.2-bullseye", // Configure tool-specific properties.
🌐
DEV Community
dev.to › cmiles74 › really-using-visual-studio-development-containers-561e
Really Using Visual Studio Code Development Containers - DEV Community
October 8, 2021 - { "image": "mcr.microsoft.com/vscode/devcontainers/php:8-bullseye" } That will spin up a development container based on Microsoft's PHP image, which in turn is built on Debian Bullseye.
🌐
Stack Overflow
stackoverflow.com › questions › 79890101 › phpstorm-devcontainer-on-php-base-image
docker - PhpStorm devcontainer on PHP base image - Stack Overflow
Here's what's happening and how to fix it: Root Cause IJent is a Rust-based binary JetBrains deploys into the container at runtime. It dynamically links against a few system libraries that php:fpm doesn't ship with but mcr.microsoft.com/devcontainers/php does.
🌐
GitHub
github.com › microsoft › vscode-dev-containers › blob › main › containers › php › .devcontainer › base.Dockerfile
vscode-dev-containers/containers/php/.devcontainer/base.Dockerfile at main · microsoft/vscode-dev-containers
November 30, 2023 - # [Choice] PHP version (use -bullseye variants on local arm64/Apple Silicon): 8-apache-bullseye, 8.1-apache-bullseye, 8.0-apache-bullseye, 7-apache-bullseye, 7.4-apache-bullseye, 8-apache-buster, 8.1-apache-buster, 8.0-apache-buster, 7-apache-buster, 7.4-apache-buster ... # Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies. ... && bash /tmp/library-scripts/common-debian.sh "${INSTALL_ZSH}" "${USERNAME}" "${USER_UID}" "${USER_GID}" "${UPGRADE_PACKAGES}" "true" "true" \
Author   microsoft
🌐
GitHub
github.com › microsoft › vscode-dev-containers
GitHub - microsoft/vscode-dev-containers: NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own! · GitHub
November 30, 2023 - At its simplest, all you need is a .devcontainer/devcontainer.json file in your project that references an image, Dockerfile, or docker-compose.yml, and a few properties. You can adapt it for use in a wide variety of situations. ... We've migrated most of the contents of this repo to the devcontainers GitHub org, as part of the work on the open Dev Container specification. Features managed by the Dev Container spec maintainers are now in devcontainers/features. Definitions/Templates managed by the Dev Container spec maintainers are now in devcontainers/templates. mcr.microsoft.com/devcontainers and mcr.microsoft.com/vscode/devcontainers images are now published from devcontainers/images.
Starred by 4.7K users
Forked by 1.4K users
Languages   Shell 78.1% | Dockerfile 8.2% | JavaScript 7.0% | Jupyter Notebook 4.4% | Python 0.9% | C# 0.4%
🌐
GitHub
github.com › devcontainers
devcontainers · GitHub
devcontainers/cli’s past year of commit activity · TypeScript 2,654 MIT 393 223 48 Updated · Apr 23, 2026 · images Public · Repository for pre-built dev container images published under mcr.microsoft.com/devcontainers · There was an error while loading.
🌐
Development Containers
containers.dev › templates
Available Dev Container Templates
Development containers documentation and specification page.