Capitalize Warewulf in userdocs where appropriate
Signed-off-by: Jonathon Anderson <janderson@ciq.co>
This commit is contained in:
@@ -68,8 +68,8 @@ The above is just an example. Consideration should be done before doing it this
|
||||
Syncuser
|
||||
--------
|
||||
|
||||
At import time warewulf checks if the names of the users on the host match the users and UIDs/GIDs in the imported container. If there is mismatch, the import command will print out a warning.
|
||||
By setting the ``--syncuser`` flag you advise warewulf to try to syncronize the users from the host to the container, which means that ``/etc/passwd`` and ``/etc/group`` of the imported container are updated and all the files belonning to these UIDs and GIDs will also be updated.
|
||||
At import time Warewulf checks if the names of the users on the host match the users and UIDs/GIDs in the imported container. If there is mismatch, the import command will print out a warning.
|
||||
By setting the ``--syncuser`` flag you advise Warewulf to try to syncronize the users from the host to the container, which means that ``/etc/passwd`` and ``/etc/group`` of the imported container are updated and all the files belonning to these UIDs and GIDs will also be updated.
|
||||
|
||||
A check if the users of the host and container matches can be triggered with the ``syncuser`` command.
|
||||
|
||||
@@ -177,7 +177,7 @@ You can use these as starting points and adding any additional steps you want in
|
||||
Building A Container Using Podman
|
||||
--------------------------------------
|
||||
|
||||
You can also build a container using podman via a `Dockerfile`. For this step the container must be exported to a tar archive, which then can be imported to warewulf. The following steps will create an openSUSE Leap container and import it to Warewulf:
|
||||
You can also build a container using podman via a `Dockerfile`. For this step the container must be exported to a tar archive, which then can be imported to Warewulf. The following steps will create an openSUSE Leap container and import it to Warewulf:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ Turn off default network dhcp on server master1
|
||||
|
||||
sudo virsh net-start default
|
||||
|
||||
Build and install warewulf on wwdev
|
||||
Build and install Warewulf on wwdev
|
||||
===================================
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
@@ -28,7 +28,7 @@ I have VirtualBox running on my desktop.
|
||||
# Next attach the second Network adapter #2 to the NAT Network and you should be able to choose
|
||||
# the 'wwnatnetwork' created above in step #1 from the drop down list.
|
||||
|
||||
3. Build and install warewulf on wwdev
|
||||
3. Build and install Warewulf on wwdev
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
@@ -135,7 +135,7 @@ I have VirtualBox running on my desktop.
|
||||
sudo wwctl server start
|
||||
sudo wwctl server status
|
||||
|
||||
4. Create a new guest VM instance inside the VirtualBox to be the warewulf client/compute node. Under the system configuration make sure to select the optical and network options only for the boot order. The default iPXE used by VirtualBox does not come with bzImage capability which is needed for warewulf. Download the ipxe.iso available at ipxe.org and mount the ipxe.iso to the optical drive. Enable one Network adapter for this VM and assign it to the NAT Network created in step #1 above.
|
||||
4. Create a new guest VM instance inside the VirtualBox to be the Warewulf client/compute node. Under the system configuration make sure to select the optical and network options only for the boot order. The default iPXE used by VirtualBox does not come with bzImage capability which is needed for Warewulf. Download the ipxe.iso available at ipxe.org and mount the ipxe.iso to the optical drive. Enable one Network adapter for this VM and assign it to the NAT Network created in step #1 above.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ docker build -t docker.psi.ch:5000/debian:buster-slim .
|
||||
docker push docker.psi.ch:5000/debian:buster-slim
|
||||
```
|
||||
|
||||
### import docker container into warewulf
|
||||
### import docker container into Warewulf
|
||||
|
||||
```bash
|
||||
wwctl container import docker://docker.psi.ch:5000/debian:buster-slim debian-10:slim
|
||||
|
||||
Reference in New Issue
Block a user