Lab Information Nautilus project developers are planning to start testing on a new project. As per their meeting with the DevOps team, they want to test containerized environment application features. As per details shared with DevOps team, we need to accomplish the following task: a. Pull busybox:musl image on App Server 3 in Stratos DC and re-tag (create new tag) this image as busybox:media. Lab Solutions Part 1: Lab Step-by-Step Guidelines ✅ Task On App Server 3 (stapp03), you must: Pull image: busybox:musl Re-tag it as: busybox:media Step 1: Login to the Jump Host Use the provided jump host credentials: ssh thor@jump-host # Password: mjolnir123 Enter fullscreen mode Exit fullscreen mode Step 2: SSH into App Server 3 From the jump host, connect to stapp03: ssh banner@stapp03 # Password: BigGr33n Enter fullscreen mode Exit fullscreen mode Step 3: Pull the required Docker image Run: docker pull busybox:musl Enter fullscreen mode Exit fullscreen mode Step 4: Re-tag the image Create the new tag: docker tag…