mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-23 05:57:33 +00:00
doc: fix wrong Docker container image in tutorial
Fix the name of the Docker Container image that is used to build the kernel for an RTVM (Preempt-RT kernel) when that image was built by the user him/herself. Tracked-On: #4322 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
41a998fca3
commit
c59f12da91
@ -140,7 +140,7 @@ Build the ACRN User VM PREEMPT_RT Kernel in Docker
|
||||
|
||||
$ cp x86-64_defconfig .config
|
||||
$ docker run -u`id -u`:`id -g` --rm -v $PWD:/workspace \
|
||||
acrn/clearlinux-acrn-builder:latest \
|
||||
clearlinux-acrn-builder:latest \
|
||||
bash -c "make clean && make olddefconfig && make && make modules_install INSTALL_MOD_PATH=out/"
|
||||
|
||||
For the Docker image downloaded from Docker Hub, use this command to build ACRN:
|
||||
|
Loading…
Reference in New Issue
Block a user