GitHunt

Usuful commands

  • Create Docker volume: docker volume create data_volume
  • Build Docker image: docker build -t [image_name] .
  • Run Docker Compose: docker compose up
  • Run API container alone: docker run -d -p 5000:5000 api_image
  • Test API: curl -X GET http://localhost:5000/api/[name]

Languages

Python61.8%Dockerfile38.2%

Contributors

Created October 5, 2024
Updated June 27, 2025
raulcastillabravo/dev-containers | GitHunt