Skip to content

Commit

Permalink
Update solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavin213 authored Jul 22, 2024
1 parent ffd7144 commit 6aa5f60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 2024/day16/solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ As you have already installed Docker in previous tasks, now is the time to run D
![image](https://github.com/Bhavin213/90DaysOfDevOps/blob/master/2024/day16/image/1_Start_a_New_Container.png)

### 2. Use the `docker inspect` command to view detailed information about a container or image.
- View Detailed Information About a Container or Image:

**Answer**
- This command runs the `hello-world` image, which prints a message confirming that Docker is working correctly.
- View Detailed Information About a Container or Image:

![image](https://github.com/Bhavin213/90DaysOfDevOps/blob/master/2024/day16/image/2_docker_inspect.png)

Expand Down

0 comments on commit 6aa5f60

Please sign in to comment.