A

Admin • 831.35K Points
Coach

Q. Can Docker configs be updated after being attached to a service?

  • (A) Yes, they update automatically
  • (B) No, they are immutable
  • (C) Yes, using docker config update
  • (D) Yes, if the container is restarted

Explanation by: Admin
Docker configs are immutable. To change a config, you must create a new one and update the service.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.