A

Admin • 825.56K Points
Coach

Q. What is the default shell used by `RUN` in a Dockerfile?

  • (A) bash
  • (B) zsh
  • (C) /bin/sh -c
  • (D) /bin/bash

Explanation by: Admin
The default shell for `RUN` is `/bin/sh -c` unless overridden.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.