Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rhel8 --> rhel9 #298

Merged
merged 4 commits into from
Dec 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading