├── .gitignore ├── Dockerfile ├── README.md ├── connect_container_linux.sh ├── connect_container_mac.sh ├── run_docker.sh ├── run_screens_docker.sh └── set_up.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lext/deep_docker/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lext/deep_docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lext/deep_docker/HEAD/README.md -------------------------------------------------------------------------------- /connect_container_linux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lext/deep_docker/HEAD/connect_container_linux.sh -------------------------------------------------------------------------------- /connect_container_mac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lext/deep_docker/HEAD/connect_container_mac.sh -------------------------------------------------------------------------------- /run_docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lext/deep_docker/HEAD/run_docker.sh -------------------------------------------------------------------------------- /run_screens_docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lext/deep_docker/HEAD/run_screens_docker.sh -------------------------------------------------------------------------------- /set_up.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lext/deep_docker/HEAD/set_up.sh --------------------------------------------------------------------------------