Skip to content

stevennight/docker-alpine-php-8.3.9-swow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpine-php-8.3.9-swow

构建命令

docker build -t registry.cn-hongkong.aliyuncs.com/stevennight-test/alpine-php-8.3.9-swow .

运行命令

docker run -d -p 8080:80 --name test registry.cn-hongkong.aliyuncs.com/stevennight-test/alpine-php-8.3.9-swow

进入容器

docker exec -it test sh

推送仓库

docker push registry.cn-hongkong.aliyuncs.com/stevennight-test/alpine-php-8.3.9-swow

alpine-php-8.3.9-swow-dev

构建命令

docker build -f Dockerfile-dev -t registry.cn-hongkong.aliyuncs.com/stevennight-test/alpine-php-8.3.9-swow:dev-latest .

运行命令

docker run -d -p 8080:80 --name test registry.cn-hongkong.aliyuncs.com/stevennight-test/alpine-php-8.3.9-swow:dev-latest

进入容器

docker exec -it test sh

推送仓库

docker push registry.cn-hongkong.aliyuncs.com/stevennight-test/alpine-php-8.3.9-swow:dev-latest

环境变量

  • XDEBUG_CLIENT_HOST:xdebug 客户端地址(php.ini xdebug.client_host)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published