├── .vscode └── settings.json ├── .DS_Store └── README.md /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "git.ignoreLimitWarning": true 3 | } -------------------------------------------------------------------------------- /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikegcoleman/hybrid-workshop/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Deploying Multi-OS applications with Docker EE 2 | 3 | The lab guide for the Docker EE Hybrid Workshop has been moved to [https://github.com/dockersamples/hybrid-workshop](https://github.com/dockersamples/hybrid-workshop/) 4 | 5 | --------------------------------------------------------------------------------