From Fedora Project Wiki
m (Kparal moved page User:Jlebon/Draft/Testcase CoreOS containerized service to QA:Testcase CoreOS containerized service: make it official) |
(Update links) |
||
Line 6: | Line 6: | ||
|actions= | |actions= | ||
# [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ Create an Ignition file]. When writing the configuration, [https://docs.fedoraproject.org/en-US/fedora-coreos/running-containers provide a systemd unit which runs a service via podman]. The documentation uses `busybox` as an example, but feel free to use another containerized service of your choice. | # [https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ Create an Ignition file]. When writing the configuration, [https://docs.fedoraproject.org/en-US/fedora-coreos/running-containers provide a systemd unit which runs a service via podman]. The documentation uses `busybox` as an example, but feel free to use another containerized service of your choice. | ||
# Launch your Fedora CoreOS system using this Ignition file. See [https://docs.fedoraproject.org/en-US/fedora-coreos/getting-started/# | # Launch your Fedora CoreOS system using this Ignition file. See [https://docs.fedoraproject.org/en-US/fedora-coreos/getting-started/#_quickstart the Quickstart] and the provisioning docs for a guide how to launch FCOS in most environments (bare metal, virtual, cloud, etc). | ||
|results= | |results= |
Latest revision as of 14:41, 22 April 2021
Description
Install Fedora CoreOS and set up a simple containerized service via Ignition.
Setup
- Download and verify the latest FCOS next image (pick the right image for your environment).
How to test
- Create an Ignition file. When writing the configuration, provide a systemd unit which runs a service via podman. The documentation uses
busybox
as an example, but feel free to use another containerized service of your choice. - 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).
Expected Results
- You can SSH successfully into your FCOS system.
- The containerized service is successfully installed and started as per your Ignition file configuration.
- The linked documentation makes sense, nothing is obviously missing, and the instructions are clear.