amicontained icon indicating copy to clipboard operation
amicontained copied to clipboard

Container introspection tool. Find out what container runtime is being used as well as features available.

Results 8 amicontained issues
Sort by recently updated
recently updated
newest added

multi arch binanrys are missing, so it dont work on any arch apart form x86_64 see also #23

bug

The `docker.sock` hunting often hangs or takes a very long time depending on the runtime and what sockets are in the container/host. This PR makes it optional, default off (this...

Update .goosarch to all os archs form go 15 got via go tool dist list

Hi, This simplifies the execution of amicontained using a one liner. Thanks.

Add an example for podman as running as a non-root user

I have a project which uses this package on v0.4.3 and in trying to upgrade [newer versions](https://pkg.go.dev/github.com/genuinetools/amicontained?tab=versions) do not [contain the `/container` package](https://pkg.go.dev/github.com/genuinetools/[email protected]/container). You can view the godoc [for v0.4.4...

Running on an Ubuntu 22 VM with a 5.15 kernel the PID namespace check incorrectly identified that it was in a namespace. This looks like the check for the device...