dockware
  • dockware doc's
  • News
  • Setup
    • Docker Setup
    • What Image should you use?
    • Performance Tweaks
  • Use Dockware
    • First Run
    • Update Dockware
    • Advanced Run
    • Default Credentials
    • Symfony or Shopware 5
    • Changelog
  • Features
    • Intro
    • Environment Variables
    • Adminer
    • Mailcatcher
    • Switch PHP Version
    • Switch Node Version
    • Tideways Profiling
    • Pimp my Log
    • Filebeat
    • SSH Users
    • MySQL Users
    • Shopware Currency
  • Development
    • Intro
    • Start Developing
    • Switch Branches
    • Debugging
    • Watchers
    • App Development
    • Update Shopware
    • Dockware Essentials
    • Custom Domains
    • Custom Images
    • Code Coverage
    • CLI Build Shopware 6 Plugin
    • Multi-Environment Setups
  • Contribute
    • Intro
    • Setup Github Version
    • Create Feature
    • Code Styles
    • Testing
    • Create Pull Requests
  • CI/CD
    • Github
    • Gitlab
    • Bitbucket
    • Buddy
  • Tips & Tricks
    • Create a new Project
    • Bind-Mounting
    • Persisting Data
    • Housekeeping
    • Online Servers
    • Performance on Mac
    • Security
  • FAQ
    • Sequel Pro
    • Dockware and other images
    • Scripts (PSH?)
    • Redis
    • Error Port not available
    • MySQL failed
    • Elasticsearch
    • Windows Problems
    • Chrome Problems
    • Import MySQL Dump
    • Shopware 5 Support
    • Use Https/SSL
    • Container hangs in Pipeline
    • Disable the admin worker
  • Additional Links
    • Imprint
    • Founders
    • Dockware website
    • Dockware in Shopware Slack
Powered by GitBook
On this page

Was this helpful?

  1. Use Dockware

Symfony or Shopware 5

The main focus of dockware is to focus on existing and upcoming Shopware 6 versions.

Still we heard the requests from the community and are now also providing limited support for Shopware 5 versions. Both, #play and #dev images come with additional versions of previous Shopware 5 editions.

Run Shopware 5 with dockware

docker run --rm -p 80:80 dockware/play:5.7.14

Please keep in mind that there is only limited support for Shopware 5. If you find any problems, just let us know and we try to find a solution.

FLEX for Symfony

The latest image of dockware is "dockware/flex:latest". That one gives you a blank container that has everything you need to run all kinds of projects such as classic Symfony based applications. **** Run empty container for Symfony (or other) with dockware

docker run --rm -p 80:80 dockware/flex:latest
PreviousDefault CredentialsNextChangelog

Last updated 2 years ago

Was this helpful?