Init Script

If you have a script that needs to be executed repeatedly when running a container, try the Init script! The Init script runs from the root directory (/) of the container and is executed when the container starts.

It is commonly used to write scripts that execute your application.

Last updated