From Fedora Project Wiki
Description
Provision Fedora CoreOS debugging with Toolbox
Setup
- Download and verify the latest FCOS next image (pick the right image for your environment).
- Figure out what local timezone you'd like to configure.
How to test
- Create an Ignition file with an SSH key or core password hash.
- Launch your Fedora CoreOS system using this Ignition file. See the Quickstart and the provisioning docs for a guide how to launch FCOS in most environments (bare metal, virtual, cloud, etc).
- Run
toolbox create
to create toolbox container - Run
toolbox list
and verify the toolbox container is created - Run
toolbox enter
and verify you are inside the toolbox container - Inside the toolbox container, run
dnf install -y strace
and verify the strace package gets installed by checking the output ofrpm -q strace
- Run
exit
to exit the toolbox container - Run
toolbox rm --force <toolbox_name_from_toolbox_list>
- Run
toolbox list
and verify the toolbox container is removed
Expected Results
- You can SSH successfully into your FCOS system.
- All the toolbox commands run successfully
- The linked documentation makes sense, nothing is obviously missing, and the instructions are clear. Toolbox Documentation