Question #79

Author: admin
tags: Docker  
docker-compose exec allows to...
...start or restart a stopped container.
...list only running containers.
...build or rebuild an image of any service in docker-compose.yml.
...execute a command in a running container.
Rate the difficulty of the question:
easyhard