How to remove entrypoint from parent Image on Dockerfile

fsword picture fsword · Oct 19, 2016 · Viewed 25.5k times · Source

I want to remove entrypoint from Dockerfile, but parent image has a entrypoint.

how do I can remove it?

Answer

R0MANARMY picture R0MANARMY · Oct 19, 2016

Per the discussion here, you should be able to reset the entrypoint with

ENTRYPOINT []