Dockerizing an application involves creating a Docker image of the application and its dependencies, which can then be run in a Docker container. Here are the general steps to dockerize an application:
Tag: Docker
Dockerize PHP Application with MySQL Database
Dockerizing a PHP application with a MySQL database is similar to the general process of dockerizing an application, but with a few additional steps to set up the database. Here are the steps to dockerize a PHP application with a MySQL database:
Continue reading Dockerize PHP Application with MySQL Database
Redmine + Postgres Docker Compose
Following Docker Compose file will run Redmine with a Postgres database with persistent data.
PHP MySQL and PHPMyAdmin Docker Compose
Here is an example docker-compose.yml
file that sets up a PHP web application, a MySQL database, and phpMyAdmin for managing the database
SQLite 3 Docker Compose
While we are talking about docker-compose powered databases, here is SQLite 3. Because, why not?
Postgres + PGAdmin Docker Compose
You can run Postgres and PGAdmin with a single docker-compose command