How can I run a shell script in a container after creation?
I can copy a script file into the container by using 'pct push <vmid> etc..'
But then...
How can I run it without login in?
I want to create a container fully automated and run some scripts in it to do intial configuration. This is the last step that I am missng.
I can copy a script file into the container by using 'pct push <vmid> etc..'
But then...
How can I run it without login in?
I want to create a container fully automated and run some scripts in it to do intial configuration. This is the last step that I am missng.