diff --git a/documentation/using-container.rst b/documentation/using-container.rst index ae819b1..6d08c79 100644 --- a/documentation/using-container.rst +++ b/documentation/using-container.rst @@ -25,7 +25,7 @@ for AMD64 machine with the following command: .. code-block:: sh - $ MACHINE=container-x64 bitbake core-image-minimal + $ MACHINE=container-x64 bitbake coreos-image-minimal This will generate a container tarball in the tar.gz format. @@ -57,7 +57,7 @@ To run an interactive shell, you can use: / # The `` should be copied from the output of `podman import`. In this -exemple, it was +example, it was `051856498a59e0ae6349492539efaf915a33dd73e7a54ce9683b0414d1481fae`. You are now inside the container, try the following command: @@ -75,7 +75,7 @@ You are now inside the container, try the following command: .. note:: Image generated using any container machines doesn't include the Linux - kernel neither many system componant that are usually not used on a container + kernel neither many system component that are usually not used on a container like SystemD or udev. This is done inside the machine configuration by settings all the `VIRTUAL_RUNTIME_` to an empty string.