Skip to content

Commit

Permalink
Use Ubuntu 24.04 for Docker-based tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Nov 12, 2024
1 parent 84a4fac commit 7043266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ansible-playbook main.yml --tags "setup,benchmark"
> For testing, you can start an Ubuntu docker container:
>
> ```
> docker run --name top500 -it -v $PWD:/code geerlingguy/docker-ubuntu2204-ansible:latest bash
> docker run --name top500 -it -v $PWD:/code geerlingguy/docker-ubuntu2404-ansible:latest bash
> ```
>
> Then go into the code directory (`cd /code`) and run the playbook using the command above.
Expand Down

0 comments on commit 7043266

Please sign in to comment.