Login using Social Account
     Continue with GoogleLogin using your credentials
Below is the list of a few sample Docker example repositories. These are public repositories that you can download; and image and run the docker containers on your local PC or AWS/GCP hosts, following the README files embedded in the repositories.
Build and run a PHP app based on centos image: https://github.com/cloudxlab/docker_php.git
Build and run PHP app to display container name: https://github.com/cloudxlab/docker_show_container_name
Build and run Flask app: https://github.com/cloudxlab/docker_flaskapp
Build and run Redis and Flask apps using single compose within the default 'bridge' network: https://github.com/cloudxlab/docker_multi_apps_single_compose
Build and run Redis and Flask apps using 2 composes within 2 different 'bridge' networks: https://github.com/cloudxlab/docker_multi_apps_multi_compose
Build and run Redis and Flask apps using 2 composes within the 'host' network: https://github.com/cloudxlab/docker_multi_apps_multi_compose_host
Build and run Redis and Flask apps using 2 composes within same 'bridge' network: https://github.com/manojkmgit/docker_multi_apps_multi_compose_bridge
Taking you to the next topic in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...