Skip to content

govcms-extras/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended GovCMS Docker Images

This repository contains Docker images designed for testing and development with GovCMS. These images are tailored for specific PHP versions and use cases, providing an environment suitable for testing GovCMS projects.

Overview

  • Images: Each Docker image is tagged with the respective PHP version and use case.
  • Use Cases: Images are optimized for specific use cases such as CLI, Apache, or FPM usage, catering to different requirements of GovCMS testing projects.
  • Testing Environment: Use these Docker images to create a reliable testing environment for your GovCMS projects, ensuring compatibility and stability.

Usage

  1. Pull Image: Pull the desired Docker image from Docker Hub.

    docker pull govcmsextras/php:8.2-nginx
  2. Run Container: Run a Docker container using the pulled image, adjusting options as needed.

    docker run --name govcms-testing -d govcmsextras/php:8.2-nginx
  3. Access Container: Access the running container to perform testing and development tasks.

    docker exec -it govcms-testing /bin/sh

Available Images

  • govcmsextras/php:8.2-nginx
  • govcmsextras/php:8.2-nginx-alpine
  • govcmsextras/php:8.2-apache
  • govcmsextras/php:8.2-apache-alpine
  • govcmsextras/php:8.2-cli-alpine
  • govcmsextras/dnsmasq:latest

Contribution

Contributions are welcome! If you encounter any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request on GitHub.

License

This project is licensed under the GNU General Public License - see the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published