14 lines
408 B
Markdown
14 lines
408 B
Markdown
|
|
### duplicator wordpress
|
|
|
|
- https://duplicator.com/knowledge-base/classic-install/
|
|
- installer.php has two errors :
|
|
- delete first blank line
|
|
- close last line comment
|
|
|
|
### commands
|
|
|
|
- `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
|