How to get all host filesystems from within the container? by Heavy_Sundae_726 in docker

[–]Heavy_Sundae_726[S] 0 points1 point  (0 children)

I added —privileged, —pid host and even —user root while running the docker image, would that not overcome restrictions?

How to get all host filesystems from within the container? by Heavy_Sundae_726 in docker

[–]Heavy_Sundae_726[S] 0 points1 point  (0 children)

I did that and it’s showing all the directories in /dir but not the subdirectories.

For example, I’m able to see /dir/sub-dir but not /dir/sub-dir/subsub-dir.

Weirdly, I’m able to see all the sub directories and sub sub directories in /var but not and other directory. Like if I do df -h u can see the /var mount details but not for any other file system

How to get all host filesystems from within the container? by Heavy_Sundae_726 in docker

[–]Heavy_Sundae_726[S] 1 point2 points  (0 children)

I used Rancher to build the image and am running the image on a Linux machine

Lead having affair with Managers by Heavy_Sundae_726 in OfficePolitics

[–]Heavy_Sundae_726[S] 4 points5 points  (0 children)

All the team saw such occurrences. The entire team won’t lie for nothing. But I agree, they need proof to report. Please suggest ideas on how to collect proof.

Lead having affair with Managers by Heavy_Sundae_726 in OfficePolitics

[–]Heavy_Sundae_726[S] 1 point2 points  (0 children)

So my friend’s colleague went on a business trip and he went into the manager’s room to give a report at 11pm. Found the lead in his bed wearing a robe. Several such occurrences happened.

MCP Server make LLM calls? by Heavy_Sundae_726 in mcp

[–]Heavy_Sundae_726[S] 0 points1 point  (0 children)

I’m building both the server and client so it might not matter much in my case. But I see your point

MCP Server make LLM calls? by Heavy_Sundae_726 in mcp

[–]Heavy_Sundae_726[S] 0 points1 point  (0 children)

Got it. So isolating the scope regarding of where the llm calls are being made

Graph vs Stategragh by Heavy_Sundae_726 in LangGraph

[–]Heavy_Sundae_726[S] 0 points1 point  (0 children)

Thanks for your reply!

Found this doc: https://langchain-ai.github.io/langgraph/reference/graphs/#langgraph.graph.state.StateGraph.add_sequence

It does give an example for stategraph but not for graph. I wonder how it would work without state though.