针对国内网络预先完成apt下载、将composer设置为国内源的vscode php开发用容器
973
针对国内网络预先完成apt下载、安装了composer并将composer设置为国内源的vscode php开发用容器
本项目中的Dockerfile由微软范例php开发容器中提取后修改
相较于原本的Dockerfile,做了如下修改
在代码中容器配置如下
{
"name": "PHP",
"dockerFile": "Dockerfile",
// Use 'settings' to set *default* container specific settings.json values on container create.
// You can edit these settings after create using File > Preferences > Settings > Remote.
"settings": {},
// Uncomment the next line if you want to publish any ports.
// "appPort": [],
// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": "php -v",
"extensions": [
"felixfbecker.php-debug",
"felixfbecker.php-intellisense"
]
}
Content type
Image
Digest
Size
189.5 MB
Last updated
almost 7 years ago
docker pull ikuiki/vscode-remote-php