Tag: commands are commonly used in Docker

Some basic concepts and commands are commonly used in Docker

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 […]

Read more...