- Notifications
You must be signed in to change notification settings - Fork7
ambroisemaupate/docker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a personal collection ofDocker tools and images.
debian,data,mariadb,nginx andnginx-php are based onMaxexcloo work.
If your development workstation usesARM64 platform, you need to build Roadiz base images for this CPU architecture.
Check if official images are providing these architectures:https://hub.docker.com/repository/docker/roadiz/php74-nginx-alpine/tags then if yourOS/ARCH is not available you’ll need to build it. Notice that usingBuildX withQEMU may take several minutes depending on your machine.
docker run --privileged --rm tonistiigi/binfmt --install all- Create aBuildX environment
docker buildx create --name mybuildxdocker buildx ls- Use your new environment
docker buildx use mybuildx- Build and push docker image for AMD64 and ARM64
# Login to hub.docker.com registrydocker login# use buildx to build and push multiple platformsdocker buildx build \--push \--platform linux/arm64/v8,linux/amd64 --tag roadiz/php80-nginx-alpine:latest .About
My docker images
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.