Directives in Dockerfile such as RUN, FROM, CMD … to perform tasks that automatically generate Docker images. File docker-compose.yml to create services to run specific applications, for example create Apache, MySQL, PHP-FPM,… 1. Dockerfile Directives in Dockerfile such as RUN, FROM, CMD … to perform tasks that automatically generate Docker images. Use […]