Skip to content

Commit

Permalink
Merge pull request #298 from mitre/rhel8to9
Browse files Browse the repository at this point in the history
rhel8 --> rhel9
  • Loading branch information
Amndeep7 authored Dec 14, 2024
2 parents 4cec77c + f2bcf11 commit 0a5e772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/courses/advanced/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Which will return something like:

```sh
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
8bs80z6b5n9s redhat/ubi8 "/bin/bash" 2 weeks ago Up 1 hour redhat8
8bs80z6b5n9s redhat/ubi9 "/bin/bash" 2 weeks ago Up 1 hour redhat9
8ba6b8av5n7s nginx:latest "/docker.…" 2 weeks ago Up 1 hour 80/tcp nginx
```

Expand Down Expand Up @@ -100,7 +100,7 @@ inputs:
- admin
```
You should have an inputs file in your profile at `inputs-linux.yml`
You should have an inputs file in your profile at `my_nginx/inputs.yml`. It should say the following:

```yaml
admin_users:
Expand Down

0 comments on commit 0a5e772

Please sign in to comment.