deployphp/deployer

By deployphp

Updated 10 days ago

The PHP deployment tool with support for popular frameworks out of the box

Image
Integration & delivery
Developer tools
7

50K+

deployphp/deployer repository overview

Deployer Docker Image

This image provides a simple way to run Deployer using Docker.

Usage

You can use the following command to initialize Deployer in your current directory:

docker run --rm -it -v .:/app deployphp/deployer init

This will set up deploy.php within the current folder.

Specific Version Usage

To ensure stability and avoid unexpected updates, it is recommended to use a specific version of Deployer in your Docker command. Replace latest with the desired version tag.

Example:

docker run --rm -it -v .:/app deployphp/deployer:v7 init

Check available tags on Docker Hub to find the version that best suits your project needs.

Additional Options

  • -v .:/app: Mounts the current working directory to the container, so Deployer can access your files.
  • --rm: Automatically removes the container after it exits.
  • -it: Runs the container in interactive mode.

Documentation

For more detailed usage instructions, visit the official Deployer Documentation.

Tag summary

Content type

Image

Digest

sha256:56cb0cbc1

Size

47.5 MB

Last updated

10 days ago

Requires Docker Desktop 4.37.1 or later.