PHPackages                             funkyproject/dockerize-magento1 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [DevOps &amp; Deployment](/categories/devops)
4. /
5. funkyproject/dockerize-magento1

ActiveMagento-module[DevOps &amp; Deployment](/categories/devops)

funkyproject/dockerize-magento1
===============================

Docker infrastructure defintions for Magento 1

v0.1.2(7y ago)014Apache-2.0Dockerfile

Since Apr 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/funkyproject/dockerize-magento1)[ Packagist](https://packagist.org/packages/funkyproject/dockerize-magento1)[ Docs](https://github.com/funkyproject/dockerize-magento1)[ RSS](/packages/funkyproject-dockerize-magento1/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (7)Used By (0)

Dockerize Magento 1
===================

[](#dockerize-magento-1)

A composer package for dockerizing your Magento 1.9.x

The composer package **funkyproject/dockerize-magento1** adds Docker and Docker Compose files to your Magento 1 project so you can run your Magento 1 shop without having to install Apache/Nginx, MySQL or PHP on your system.

Installation
------------

[](#installation)

Make sure you have the right [deploy strategy](https://github.com/Cotya/magento-composer-installer/blob/master/doc/Deploy.md) for your project. Because docker will not work if your docker-compose.yml is just a symlink:

- If you use the "copy" strategy, you don't have to change anything.
- If you use the default "symlink" strategy you must create an exception for `funkyproject/dockerize-magento1` in your composer.json:

    ```
    {
    	"extra":{
    		"magento-deploystrategy": "symlink",
            "magento-deploystrategy-overwrite": {
                "funkyproject/dockerize-magento1": "copy"
            }
    	}
    }
    ```

Add `funkyproject/dockerize-magento1` to your Magento 1 project:

```
composer require funkyproject/dockerize-magento1
```

Choose a database name and the passwords for the root user and shop user in the `.env` file:

```
DATABASE_ROOT_PASSWORD=rootUserPassword68J49AC2224U3n9
DATABASE_USER=magento
DATABASE_PASSWORD=magentoUserPassword7pJ344229w6V6d6
DATABASE_NAME=magento1dockerized

```

Build and start the docker containers:

```
docker-compose up -d
```

Software Requirements
---------------------

[](#software-requirements)

For Linux users you must have a recent version of [docker](https://github.com/docker/docker/releases) and [docker-compose](https://github.com/docker/compose/releases) installed.

If you are a Mac or Windows user, use Docker for Mac or Docker for Windows:

- [Docker for Mac](https://www.docker.com/docker-mac)
- [Docker for Windows](https://www.docker.com/docker-windows)

Licensing
---------

[](#licensing)

dockerize-magento1 is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full license text.

Related projects
----------------

[](#related-projects)

This project is a fork of [wambo/dockerize-magento1](https://github.com/wambo-co/dockerize-magento1)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~178 days

Total

4

Last Release

2828d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/206595?v=4)[Aurélien FONTAINE](/maintainers/funkyproject)[@funkyproject](https://github.com/funkyproject)

---

Top Contributors

[![andreaskoch](https://avatars.githubusercontent.com/u/247364?v=4)](https://github.com/andreaskoch "andreaskoch (8 commits)")[![funkyproject](https://avatars.githubusercontent.com/u/206595?v=4)](https://github.com/funkyproject "funkyproject (5 commits)")

### Embed Badge

![Health badge](/badges/funkyproject-dockerize-magento1/health.svg)

```
[![Health](https://phpackages.com/badges/funkyproject-dockerize-magento1/health.svg)](https://phpackages.com/packages/funkyproject-dockerize-magento1)
```

###  Alternatives

[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4778.9k](/packages/tiamo-phpas2)[pug-more/mageploy

991.8k](/packages/pug-more-mageploy)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.6k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
