Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 531 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 531 Bytes

Pimcore php docker images

This repository contains different custom Pimcore PHP docker images.

requirements

  • local computer running docker and have installed git

commands

Build dockerfile image: docker build --no-cache -t ghcr.io/laurenz-glueck/pimcore-php-docker-images/<imageName>:<version> .

Push image: docker push ghcr.io/laurenz-glueck/pimcore-php-docker-images/<imageName>:<version>

Run image: docker run -it ghcr.io/laurenz-glueck/pimcore-php-docker-images/<imageName>:<version> /bin/bash