docker-compose.yml YAML for MariaDB Docker Container
turreta.com › 09 › 09Sep 08, 2019 · Then, we create a MariaDB Docker container using the docker-compose YAML and the docker-compose application. To achieve that, we first open a Windows Command Line prompt and cd to the directory where the docker- compose.yml file is. Then, run the following commands. First, pull the image from Docker Hub to the local machine.
Setting Up a LAMP Stack with Docker Compose - MariaDB ...
mariadb.com › kb › enDocker Compose Commands. Docker Compose is operated using docker-compose. Here we'll see the most common commands. For more commands and for more information about the commands mentioned here, see the documentation. Docker Compose assumes that the Composer file is located in the current directory and it's called docker-compose.yml.