diff options
author | Shobhi Jain <shobhi.jain@intel.com> | 2017-11-01 14:23:53 +0000 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-11-20 13:23:22 +0000 |
commit | 4089293fce7a32e36181062a2ba562a371916865 (patch) | |
tree | e3a3609160fc26ba142c29f95d83eb473e044947 /systems | |
parent | 558fb2137b84a11ac62601b5be22170692be365a (diff) |
docker: update docker configuration
* update docker user guide
Change-Id: Ia2d7ec26562e8b9feadd8a63459aac401bf18c44
Signed-off-by: Shobhi Jain <shobhi.jain@intel.com>
Diffstat (limited to 'systems')
-rwxr-xr-x | systems/build_base_machine.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/build_base_machine.sh b/systems/build_base_machine.sh index dab2e761..e78b7fe7 100755 --- a/systems/build_base_machine.sh +++ b/systems/build_base_machine.sh @@ -63,7 +63,7 @@ else fi if [ -z ${DOCKER+x} ]; then if [ ! -d /lib/modules/`uname -r`/build ] ; then - die "Kernel devel is not available for active kernel. It can be caused by recent kernel update. Please reboot and run $0 again." + die "Kernel devel is not available for active kernel. It can be caused by recent kernel update. Please reboot and run $0 again." fi fi # download and compile DPDK and Collectd |