Nautilus DevOps Team Tasks on Application Server 1 in Stratos Datacenter
The Nautilus DevOps team has several tasks on Application Server 1 in Stratos Datacenter. They must create a debug container named debug_1 using the ubuntu/apache2:latest image. Additionally, they need to deploy a running nginx container named nginx_1 using the nginx:alpine image.
The team is also required to copy data between the host and a running ubuntu_latest container. A new bridge network named mysql-network must be created with a subnet of 182.18.0.0/24 and a gateway of 182.18.0.1.
Furthermore, they need to investigate and resolve the issue of exited containers, ensuring all containers are in a running state. Docker network management rules state that networks cannot be deleted if containers are attached.
