Profile picture of Brahim Sliti
Brahim Sliti
Co-Founder at LeadsFactory | I help Clay GTM engineers get the contacts Clay’s Find People misses.
Follow me
Generated by linktime
February 21, 2023
Hey, did you know that you can filter Docker logs to show only the ones generated after or before a specific date and time? It's actually pretty handy when you need to troubleshoot issues or monitor the behavior of your containers. So, if you want to filter logs that were generated after a specific date and time, you can use the --since parameter followed by the date and time. For example, if you want to see all the logs that were generated after December 1st, 2022, you can type docker logs --since 2022-12-01 my-container. Similarly, if you want to filter logs that were generated before a specific date and time, you can use the --until parameter followed by the date and time. For instance, if you want to see all the logs that were generated before November 30th, 2022, you can type docker logs --until 2022-12-01 my-container. You can also use timestamps to filter logs for a specific time range. For instance, you can use both --since and --until parameters to see logs generated between two specific times. For example, docker logs --since 2022-12-01T12:00:00 --until 2022-12-01T13:00:00 my-container will show all the logs generated by my-container between 12:00 PM and 1:00 PM on December 1st, 2022. Overall, using these parameters can be a time-saver and help you focus on the logs you need to inspect. Give it a try! #docker
Stay updated
Subscribe to receive my future LinkedIn posts in your mailbox.

By clicking "Subscribe", you agree to receive emails from linktime.co.
You can unsubscribe at any time.

February 21, 2023
I will probably regret writing this post... I'm writing this post coming back from my boxing session and I feel like opening up... Since I'm going to post more, I decided to reveal myself a bit more for those who don't know me. It's been several months that I don't know if I'll be able to pay my rent at the end of the month... If I'll be able to go grocery shopping to put food on my plate. I left my engineer job in Switzerland more than a year ago to follow my dreams and start my company and I still haven't told my mother because I don't want to worry her. I'm waiting for the company I started with Nazir Mohamed nur to take off... The endless nights walking in the street in the evening feeling alone against the world. Seeing the worry on the faces of people who believe in me. Praying to the sky waiting for a sign, some help... Opening LinkedIn and seeing everyone succeed. Thinking "Damn I must really suck for still not making it" "What's wrong with me" All of this, I know it. And then, there are my friends who ask me "do you regret leaving your job?" And the answer is always the same: NOT AT ALL. With Nazir it's been months that we give everything we have: our energy, our savings, our nights of sleep, precious moments with our loved ones, to finally see LeadsFactory take off and realize our dream. And I have to admit that I'm extremely proud of the courage we have. So why am I writing this post? I'm writing this post because I know what it's like to be an entrepreneur and feel alone, to have doubts, fears, not knowing if you'll be able to finish the month, and... seeing everyone succeed... so to you, who are in this situation I send you all my courage and I'm with you with all my heart. For everyone who has the courage to follow their dreams 🫶🏼 I dedicate this post to Nazir Mohamed nur who is the guy with the biggest balls I've seen in a long time... and to my friends who have always been there for me: Alen Kovacevic Pepijn Beijen Rebecka Davidsson @aina Juan Carlos Mayagoitia Puente Amit Karni Ps: I wrote this post in one go (and I didn't put it through chatgpt :p) which explains the potential imperfections Take care.
22 comments
September 11, 2025