Docker Container
General information
1. Find out the names of your Docker containers
/docker ps2. Run the command to enter the Docker container
docker logs -f join-mlnode-3083. View the contents
docker logs join-mlnode-308 2>&1 | grep -iE "poc|batch|send|validat|callback|error|failed|completed" | tail -100
4. Exit the container
docker exec -it mlnode-308 bashLinks
Last updated