From c59f12da9159d80124917bd40c9097363e3683af Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Fri, 3 Jan 2020 15:27:09 +0100 Subject: [PATCH] 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 --- doc/tutorials/building_acrn_in_docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/building_acrn_in_docker.rst b/doc/tutorials/building_acrn_in_docker.rst index d0afb49a5..6df53631f 100644 --- a/doc/tutorials/building_acrn_in_docker.rst +++ b/doc/tutorials/building_acrn_in_docker.rst @@ -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: