About
The trusted docker image of Backdrop content management framework “linuxconfig/backdrop” can be used to instantly deploy Backdrop on your docker hosts.
Configuration
The backdrop application runs on Debian GNU/Linux system featuring Apache web server, MariaDB ( MySQL ), database and PHP5. A new docker container based on “linuxconfig/backdrop” will expose port 80 which can be linked to the docker host port for an immediate backdrop blog access.
Configured MySQL users:passwords:
- root:”empty password”
- admin:”pass”
Configured MySQL databases:
- backdrop
Exposed ports:
- 80
Deployment
The below command will download and create a new docker container called backdrop
and link local host system port 80 with container’s exposed port 80.
# docker run -d --name=backdrop -p 80:80 linuxconfig/backdrop