Skip to content

Commit

Permalink
doc: fix wrong Docker container image in tutorial
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gvancuts authored and deb-intel committed Jan 5, 2020
1 parent 41a998f commit c59f12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorials/building_acrn_in_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c59f12d

Please sign in to comment.