Skip to content

doubunv/hyperf-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supported tags and respective Dockerfile links

tag format:

  • 7.2: php version, support 7.2/7.3/7.4
  • alpine: base images, supoort alpine/centos
  • v3.9: alpine version, support alpine 3.9 and 3.10
  • cli: support base/cli, base for php env, cli add swoole to base
  • v4.3.12: swoole version

support:

Quick reference

How to use this image

Added Dockerfile to your project.

How to build and push images

# Build base image
./build base

# Build swoole image
./build cli 4.4.12

# Check images
./build publish 4.4.12 --check

# Push images to docker.io
./build publish 4.4.12

About

Hyperf Default Dockerfile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 82.2%
  • Shell 17.8%