Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Docker-magento Alternatives
Similar projects and alternatives to docker-magento
-
warden
Warden is a CLI utility for orchestrating Docker based developer environments (by wardenenv)
-
docker-magento2
Magento 2.4, Apache 2.4, PHP 7.4, MariaDB 10.4.16, Elasticsearch 7.6.0, Varnish 6.4.0
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
wordpress-docker-compose
Easy Wordpress development with Docker and Docker Compose
-
nginx-proxy-automation
Automated docker nginx proxy integrated with letsencrypt.
-
devcontainers-mongodb-replica-set-with-docker
Docker based development container template to run a MongoDB replica set cluster in local machine.
-
zammad-docker-compose
Zammad Docker images for docker-compose
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
magento2-module-disabletwofactorauth
The DisableTwoFactorAuth module provides the ability to disable two-factor authentication.
-
magento2-github-action
Quickly integrate Magento Coding Standard check on your extensions at GitHub with customized severity levels :sparkles: :v:
-
-
-
-
-
reward
Reward is a Swiss Army knife CLI utility for orchestrating Docker based development environments.
-
magento2-warden-aliases
Magento 2 Warden Aliases for Productivity
-
magento-gitpod
Spin up a demo Magento Open Source instance, in the cloud, in one click.
-
-
self-hosted
Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
docker-magento reviews and mentions
- Magento 2.4.5 Docker Setup
-
is working on magento as a junior developer is the best idea?
Get a local development environment setup using Mark Shust's Magento Docker project - Mark is super helpful and the README is quite comprehensive
-
Magento 2.4 Local Development Setup - Mac M2
M2 MacBook Pro user here too. I've never used Warden so I'm not going to be too much help there however I can recommend Mark Shust's Docker setup if you're open to using something else. I've used it Ubuntu, MacOS, Apple Silicon, Intel, and AMD platforms without issue.
-
dev enviroment: windows wsl2 ubuntu docker vs vmware player 17 ubuntu docker
For more details I compared both setups. For both I use https://github.com/markshust/docker-magento Magento 2 docker stuff. Using Windows was nice as I like having everything there like I already had phpstorm, my clipboard manager, chrome, etc. But Windows just uses up all the ram quickly and becomes laggy. I debated about going the vmware route but just do it, it doesn't take that long to setup. I benchmarked a simple page request after clearing caches in Magento 2 and the performance is actually a little better (8%) in vmware docker than windows wsl2.
- Anyone with a Magento test server I can connect API to for testing?
-
Connect local /etc/host with docker
Hi, I am using these images in docker to put up magneto (https://github.com/markshust/docker-magento) everything works fine as far as magneto is concerned. But there was a problem which I am not able to solve. The issue is that the script adds to the local /etc/hosts/ file (on a MacBook) the value 127.0.0.1 magento.test
## Mark Shust's Docker Configuration for Magento ## (https://github.com/markshust/docker-magento) ## ## Version 43.2.0 ## To use SSH, see https://github.com/markshust/docker-magento#ssh ## Linux users, see https://github.com/markshust/docker-magento#linux ## If you changed the default Docker network, you may need to replace ## 172.17.0.1 in this file with the result of: ## docker network inspect bridge --format='{{(index .IPAM.Config 0).Gateway}}' version: "3" services: app: image: markoshust/magento-nginx:1.18-8 ports: - "80:8000" - "443:8443" volumes: &appvolumes - ~/.composer:/var/www/.composer:cached - ~/.ssh/id_rsa:/var/www/.ssh/id_rsa:cached - ~/.ssh/known_hosts:/var/www/.ssh/known_hosts:cached - appdata:/var/www/html - sockdata:/sock - ssldata:/etc/nginx/certs extra_hosts: &appextrahosts ## Selenium support, replace "magento.test" with URL of your site - "magento.test:172.17.0.1" phpfpm: image: markoshust/magento-php:8.1-fpm-1 volumes: *appvolumes env_file: env/phpfpm.env #extra_hosts: *appextrahosts db: image: mariadb:10.4 command: --max_allowed_packet=64M --optimizer_use_condition_selectivity=1 --optimizer_switch="rowid_filter=off" ports: - "3306:3306" env_file: env/db.env volumes: - dbdata:/var/lib/mysql redis: image: redis:6.2-alpine ports: - "6379:6379" elasticsearch: image: markoshust/magento-elasticsearch:7.16-0 ports: - "9200:9200" - "9300:9300" environment: - "discovery.type=single-node" ## Set custom heap size to avoid memory errors - "ES_JAVA_OPTS=-Xms1g -Xmx1g" ## Avoid test failures due to small disks ## More info at https://github.com/markshust/docker-magento/issues/488 - "cluster.routing.allocation.disk.threshold_enabled=false" - "index.blocks.read_only_allow_delete" rabbitmq: image: markoshust/magento-rabbitmq:3.9-0 ports: - "15672:15672" - "5672:5672" volumes: - rabbitmqdata:/var/lib/rabbitmq env_file: env/rabbitmq.env mailcatcher: image: sj26/mailcatcher ports: - "1080:1080" ## Blackfire support, uncomment to enable #blackfire: # image: blackfire/blackfire:2 # ports: # - "8307" # env_file: env/blackfire.env ## Selenium support, uncomment to enable #selenium: # image: selenium/standalone-chrome-debug:3.8.1 # ports: # - "5900:5900" # extra_hosts: *appextrahosts volumes: appdata: dbdata: rabbitmqdata: sockdata: ssldata:
-
What's the current state of Magento 2 development environment? Has Magento / Adobe or the community put something together that is broadly supported / used / maintained by the community?
https://warden.dev/ and https://github.com/markshust/docker-magento are the 2 most popular environments
-
A note from our sponsor - InfluxDB
www.influxdata.com | 22 Mar 2023
Stats
markshust/docker-magento is an open source project licensed under MIT License which is an OSI approved license.
Popular Comparisons
- docker-magento VS docker-magento2
- docker-magento VS ddev
- docker-magento VS warden
- docker-magento VS wordpress-docker-compose
- docker-magento VS nginx-proxy-automation
- docker-magento VS devcontainers-mongodb-replica-set-with-docker
- docker-magento VS zammad-docker-compose
- docker-magento VS magento2-github-action
- docker-magento VS self-hosted