├── LICENSE ├── README.md ├── bin └── tx2-docker ├── docker └── samples │ ├── deviceQuery │ └── Dockerfile │ └── particles │ └── Dockerfile └── kernel_config └── config /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Technica-Corporation/Tegra-Docker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Technica-Corporation/Tegra-Docker/HEAD/README.md -------------------------------------------------------------------------------- /bin/tx2-docker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Technica-Corporation/Tegra-Docker/HEAD/bin/tx2-docker -------------------------------------------------------------------------------- /docker/samples/deviceQuery/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Technica-Corporation/Tegra-Docker/HEAD/docker/samples/deviceQuery/Dockerfile -------------------------------------------------------------------------------- /docker/samples/particles/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Technica-Corporation/Tegra-Docker/HEAD/docker/samples/particles/Dockerfile -------------------------------------------------------------------------------- /kernel_config/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Technica-Corporation/Tegra-Docker/HEAD/kernel_config/config --------------------------------------------------------------------------------