Dockerfile
and add the following items.
busybox
image like we used before. It then adds a custom entrypoint.sh
script, makes it executable, and configures it as the entrypoint.
entrypoint.sh
with the following contents:
entrypoint.sh
you will see a variety of naming conventions; such as:start.sh
CMD.sh
entry_path.sh
script
but it is dependent on the maintainers of that repository.my-time-image
from the Dockerfile in the current directory.