You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a container has been launched any further reconfiguration is not applied until after reboot or a manual container {stop, setup, start} cycle.
Expected Behavior
Setup docker://nginx:alpine
Activate
As expected, the default landing page is accessible
Add a content mount with a custom landing page
Activate
The custom landing page is expected to be seen, but the default is still shown
Steps To Reproduce
No response
Additional information
The root cause is that the download/setup phase for the container is run by finit as a task. So unless the runlevel changes (which it does not during a normal reconfig-cycle), the setup phase is not run again.
The text was updated successfully, but these errors were encountered:
wkz
added
bug
Something isn't working
triage
Pending investigation & classification (CCB)
labels
Feb 5, 2025
Current Behavior
After a container has been launched any further reconfiguration is not applied until after reboot or a manual
container {stop, setup, start}
cycle.Expected Behavior
docker://nginx:alpine
As expected, the default landing page is accessible
The custom landing page is expected to be seen, but the default is still shown
Steps To Reproduce
No response
Additional information
The root cause is that the download/setup phase for the container is run by
finit
as atask
. So unless the runlevel changes (which it does not during a normal reconfig-cycle), the setup phase is not run again.The text was updated successfully, but these errors were encountered: