python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Docker-compose logs for yml with non-default name
I have 2 docker-compose files.
One of them has a non-default docker-compose file name docker-compose-services.yml.
The second one is docker-compose.yml.
I need to follow logs from time to time for doc...
yassawi
Votes: 0
Answers: 1
Not able to see the error logs in Docker logs [Using cmd "Docker logs <Container_id>"]
1.AmazonSNSclient snsClient=null;
2.snsClient=AmazonSNSClientBuilder.standard.withRegion("us-east-2").build();
3.System.out.println(snsClient);
4.snsClient.publish(topicAr,"Sample SNS M...
elves 0055
Votes: 0
Answers: 0
Docker-compose semi dynamic logging labels, useing special template markup
I was reading documentation and found this part and it got me wondering: is it possible to make a semi-dynamic labels on fluent bit? Did some research and labels part in documentation seems do indicat...
Simas Paškauskas
Votes: 0
Answers: 0
How to send Docker container logs from Azure App Service to Seq log server?
My website uses a docker container, and I host it on Azure using an Azure App Service. I use a Seq log server to centralize logging.
How can I send the Docker container logs from my Azure App Service...
Tyson Williams
Votes: 0
Answers: 1