-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2723: feat(si): Recreate SDF or Web containers when port mappings change r=stack72 a=stack72 Closes: #2700 If you want to change the port map for SDF or Web, then you'd currently need to stop and delete the containers manually then re-run start With this PR we can now do the following: ``` si --sdf-port 5157 start ``` This caused the Launcher to act as follows: ``` Container Port Mappings have changed for local-web-1 so recreating Stopping container /local-web-1 Deleting container: local-web-1 (4d15095f701d8f2872a4e5a838f1187d1e0b980297bd23d15c21bc966eb41188) Starting systeminit/web:stable as local-web-1 All system components running... System Initiative is alive! You can now use the `si launch` command to open the System Initiative web portal: ``` Co-authored-by: stack72 <[email protected]>
- Loading branch information
Showing
2 changed files
with
128 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters