# manage_docker > > **Description**: Utilities for managing the Docker environment of the Investing application. - Author: Jaime Garcia - Repository: jalexisg/investing - Version: 20260201143609 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/jalexisg/investing - Web: https://mule.run/skillshub/@@jalexisg/investing~manage_docker:20260201143609 --- # Manage Docker > **Description**: Utilities for managing the Docker environment of the Investing application. ## Instructions This skill provides context for managing the docker container. ### Common Commands - **Build and Start**: `docker-compose up --build` - **Stop**: `docker-compose down` - **View Logs**: `docker-compose logs -f` - **Shell Access**: `docker-compose exec web bash` (assuming 'web' is the service name) ## Configuration The `Dockerfile` and `docker-compose.yml` are located in the root directory.