Horje
keep the container running and not exit directly Code Example
keep the container running and not exit directly
# add this at the end of your entrypoint file
# to keep the container running and not exit directly
set -x
while $1
do
    echo "Press [CTRL+C] to stop.."
    sleep 5
    echo "My second and third argument is $2 & $3"
done




Shell

Related
linux check if dir is mounted Code Example linux check if dir is mounted Code Example
environment variables with react and github pages Code Example environment variables with react and github pages Code Example
git how to make shallow clone with all branches Code Example git how to make shallow clone with all branches Code Example
ZTC ZEM800 telnet password Code Example ZTC ZEM800 telnet password Code Example
how to download text file from github Code Example how to download text file from github Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11