v0.0.2
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE1MTdYA1m9lqO/FEeGPNoXAAiv/MFAlmEEcoACgkQGPNoXAAi
v/MA7BAAgBUL7YQheLxv3H/+3j9d+dM48UbdqBGmpO1b8en7DIdfC8EmVU/ouQcJ
uCK0p5CzdvJ1EkUibqE8FJEaPEmtfZlM7+fPXHf2nqRGOcBrZrndQ1Etwm4GR1C6
0KYHI7ij/k2h+zPkBdCZDNPenlJfoznEljILFqRvDgbjGUnYv9W693FKurpmAYVm
+bWc86aesGc4Q9r0Ahtp6qiB8aNBy45AoCEwhQzOO64qEao1jvf1r92vVekE0T9k
TpFZ7UpqBgsuBob/NGz388V7BUCfcKZLprYztxG2J2BsL1X7WvIrbzq0Aub96s47
UNJ/QYwCx1rQAXIiMfiksoj5C/KwM+tUwiMlhx9xpBs5PXkXmSomTChZDFHlK2Gh
zGwO37Q6fuaqg6uX8BibTi8p8b1xAxaT/ayk3ruoHaHDsSItmbEk2A5S3NWoeEeQ
0eC0D89PP0asaF8+ZCx5BBLS9aNUoFgCD31JudjD6XzMbtkolserK/zYKepc3cpX
+6HX6HFvE9BQwnwnRKyrrg3Jo7h+kn4+8cecriu8TVXgn8/MmdpnoL/r2VF1weuS
Fp+0vVQVqiK8JbPlbFm4X4CDptNZ80iP2HUolmQFbbq7frQIB5kRxOkqpwMSfUM7
QyDJDO6B19NU+uUDyGYkumG85JkzZLbDLcCTQD72aBqGTbPWduc=
=8XgY
-----END PGP SIGNATURE-----
Bump version to v0.0.2

Signed-off-by: Jess Frazelle <acidburn@google.com>
2 files changed
tree: 38539e8f2b5259e797b360625e27cda6ffbff8bc
  1. .gitignore
  2. .travis.yml
  3. Dockerfile
  4. Makefile
  5. README.md
  6. VERSION
  7. container/
  8. main.go
  9. vendor/
  10. version/
README.md

amicontained

Travis CI

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

Installation

Binaries

Via Go

$ go get github.com/jessfraz/amicontained

Usage

$ amicontained -h
                 _                 _        _                _
  __ _ _ __ ___ (_) ___ ___  _ __ | |_ __ _(_)_ __   ___  __| |
 / _` | '_ ` _ \| |/ __/ _ \| '_ \| __/ _` | | '_ \ / _ \/ _` |
| (_| | | | | | | | (_| (_) | | | | || (_| | | | | |  __/ (_| |
 \__,_|_| |_| |_|_|\___\___/|_| |_|\__\__,_|_|_| |_|\___|\__,_|
 Container introspection tool.
 Version: v0.0.2

  -d	run in debug mode
  -v	print version and exit (shorthand)
  -version
    	print version and exit

Examples

Docker

$ docker run --rm -it r.j3ss.co/amicontained
Container Runtime: docker
Host PID Namespace: false
AppArmor Profile: docker-default (enforce)
User Namespace: true
User Namespace Mappings:
	Container -> 0
	Host -> 886432
	Range -> 65536
Capabilities:
	BOUNDING -> chown dac_override fowner fsetid kill setgid setuid setpcap net_bind_service net_raw sys_chroot mknod audit_write setfcap

$ docker run --rm -it --pid host r.j3ss.co/amicontained
Container Runtime: docker
Host PID Namespace: true
AppArmor Profile: docker-default (enforce)
User Namespace: false
Capabilities:
	BOUNDING -> chown dac_override fowner fsetid kill setgid setuid setpcap net_bind_service net_raw sys_chroot mknod audit_write setfcap

$ docker run --rm -it --security-opt "apparmor=unconfined" r.j3ss.co/amicontained
Container Runtime: docker
Host PID Namespace: false
AppArmor Profile: unconfined
User Namespace: false
Capabilities:
	BOUNDING -> chown dac_override fowner fsetid kill setgid setuid setpcap net_bind_service net_raw sys_chroot mknod audit_write setfcap

unshare

$ sudo unshare --user -r
root@coreos:/home/jessie/.go/src/github.com/jessfraz/amicontained# ./amicontained
Container Runtime: not-found
Host PID Namespace: true
AppArmor Profile: unconfined
User Namespace: true
User Namespace Mappings:
	Container -> 0
	Host -> 0
	Range -> 1
Capabilities:
	BOUNDING -> chown dac_override dac_read_search fowner fsetid kill setgid setuid setpcap linux_immutable net_bind_service net_broadcast net_admin net_raw ipc_lock ipc_owner sys_module sys_rawio sys_chroot sys_ptrace sys_pacct sys_admin sys_boot sys_nice sys_resource sys_time sys_tty_config mknod lease audit_write audit_control setfcap mac_override mac_admin syslog wake_alarm block_suspend audit_read