dockware/web

By dockware

Updated 2 months ago

Easy and optimal development environment for PHP, Node.js with Xdebug, Filebeat and way more.

Image
Integration & delivery
Developer tools
Web servers
0

10K+

dockware/web repository overview

Welcome to the dockware Docker images! For more information, visit dockware.io.

What is Dockware WEB?

Dockware WEB is designed to provide developers with an optimal environment that includes multiple "latest" PHP and Node.js versions, Xdebug, and essential tools. Its goal is to streamline development workflows with an up-to-date and clean setup.

Just run the container, and develop and Node, PHP or other web applications without the hazzle of setting up your local environment.

For all these cool features like Xdebug, Filebeat, Supervisor and more, please check out the Docs at www.dockware.io

Quick Start

docker run -p 80:80 dockware/web:latest That's it, connect into the container and start coding.

If you need a more complex setup, you can use a docker-compose.yml file. This sample even mounts your local src folder to the Apache DocRoot and also switches to PHP 8.4 and Node 22.

  website:
    image: dockware/web:latest
    volumes:
      - "./src:/var/www/html"
    environment:
      - PHP_VERSION=8.4
      - NODE_VERSION=24

Documentation

For all these cool features like Xdebug, Filebeat, PHP Switching, Supervisor and more, please check out the Docs at https://dockware.io.

Releases and Versions

Dockware web has two main types of releases:

Nightly Builds: Available with the tag dev-main. Stable Versions: Versioned releases like 2.0.0, 2.0.1, etc. Check the CHANGELOG.md file for details on all changes and updates. The changelog is also included within the image.

Contribution

Contributions are welcome! Please go to our Github page and read more about it: https://github.com/dockware/web

Tag summary

Content type

Image

Digest

sha256:99b1b9742

Size

467.9 MB

Last updated

2 months ago

docker pull dockware/web:dev-main