Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: We only need SYS_TIME instead of --privileged.

...

Code Block
languagebash
docker pull ubuntu:16.04
# SYS_TIME is required for kudu to work. The container will be able to change the time of the host.
docker run --privilegedcap-add SYS_TIME --interactive --tty --name impala-dev ubuntu:16.04 bash

...