mirror of
https://github.com/yanhao98/docker-example.git
synced 2025-07-13 04:00:47 +08:00
unison-unicloud-client log
This commit is contained in:
@ -69,4 +69,11 @@ docker run -d --name unison-unicloud-client \
|
|||||||
--mount type=bind,source=$SOURCE1,target="/share$SOURCE1" \
|
--mount type=bind,source=$SOURCE1,target="/share$SOURCE1" \
|
||||||
ghcr.io/yanhao98/unicloud:latest
|
ghcr.io/yanhao98/unicloud:latest
|
||||||
docker logs -f unison-unicloud-client
|
docker logs -f unison-unicloud-client
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker exec -it unison-unicloud-client tail -f /data/log/client.log
|
||||||
|
docker exec -it unison-unicloud-client tail -f /data/log/supervisord.log
|
||||||
|
docker exec -it unison-unicloud-client tail -f /data/log/unicloud-supervise-err.log
|
||||||
|
docker exec -it unison-unicloud-client tail -f /data/log/unicloud-supervise-std.log
|
||||||
```
|
```
|
Reference in New Issue
Block a user