Nomad: Extend the filesystem API to allow introspection into containers.

Created on 15 Mar 2016  路  2Comments  路  Source: hashicorp/nomad

themclient themdrivedocker themdriverkt typenhancement

Most helpful comment

So when you do nomad fs ls <alloc_id> <task_name> you get the filesystem. It would be cool if we did an nsester or docker exec <id> ls <path> and got the results. This way with a uniform Nomad API you could navigate task's filesystems and inspect their content

All 2 comments

Can you expand a bit on this? The equivalent of docker inspect is cat-manifest in rkt.

So when you do nomad fs ls <alloc_id> <task_name> you get the filesystem. It would be cool if we did an nsester or docker exec <id> ls <path> and got the results. This way with a uniform Nomad API you could navigate task's filesystems and inspect their content

Was this page helpful?
0 / 5 - 0 ratings