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

8 lines
237 B
Markdown

#### 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