Need Assistance?

support@tutorialshub.in

Docker Compose

Compose Development Workflow

ADVERTISEMENT
Docker Free Lesson
5 min read
ADVERTISEMENT

Daily Commands

Use up to create and start the application, ps to inspect service state, logs to inspect output, exec to enter a running service, and down to stop and remove the application's containers and networks.

Use down -v carefully because it also removes named volumes declared by the Compose project.

ADVERTISEMENT