Files
DOCKER_wordpress/notes.md
2024-02-05 14:35:51 +01:00

237 B

debug :

  • docker exec -ti <container-name> bash to run bash inside a running container
  • docker logs <container_name> to see the logs on standard output of a container
  • docker ps to list the container, and see their names