style!: change base-container to base-image (#49)

#34
This commit is contained in:
Eino Rauhala
2023-04-26 20:15:16 +03:00
committed by GitHub
parent b3f7f07d6c
commit 1df862aae8
4 changed files with 6 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ Don't worry, it only requires some basic knowledge about using the terminal and
The easiest way to start customizing is by looking at and modifying `recipe.yml`. It's documented using comments and should be pretty easy to understand.
For the base-container field, you can use any other native container image. You will get all the features of that image, plus the ones added here! Check out the [uBlue images list](https://ublue.it/images/) to decide what to use!
For the base-image field, you can use any other native container image. You will get all the features of that image, plus the ones added here! Check out the [uBlue images list](https://ublue.it/images/) to decide what to use!
If you want to add custom configuration files, you can just add them in the `etc` directory. If you need to add other directories, you can look at the Containerfile to see how it's done. Writing to any directories under `/var` in Fedora Silverblue are not supported and will not work, as those are user-managed.