Difference between revisions of "Create a Container Realm"
From Roaring Penguin
Line 1: | Line 1: | ||
− | # | + | # ssh to vanadium.roaringpenguin.com |
− | + | # Type: <code>/usr/local/bin/containerize <i>realmname</i></code> | |
− | # | + | # Confirm by typing <code>Y</code> when prompted. |
− | # | + | |
− | + | Here is a sample run: | |
− | + | ||
+ | $ containerize example-com | ||
+ | Picking example.com as the representative domain. | ||
+ | About to perform the following actions: | ||
+ | |||
+ | - Create realm container-example-com | ||
+ | - Reparent example-com and its children into container-example-com | ||
+ | - Map the domain container.example.com to container-example-com | ||
+ | - Create a user admin@container.example.com | ||
+ | |||
+ | Proceeed? (Y/N) y | ||
+ | |||
+ | All done! New admin credentials are: | ||
+ | Username: admin@container.example.com | ||
+ | Password: FMS9muygdK | ||
<div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | <div style="float:right; clear:both; margin-right:0.5em">[[Support Wiki | [Home]]]</div> | ||
[[category:All]][[category:Management]] | [[category:All]][[category:Management]] |
Revision as of 11:16, 30 December 2015
- ssh to vanadium.roaringpenguin.com
- Type:
/usr/local/bin/containerize realmname
- Confirm by typing
Y
when prompted.
Here is a sample run:
$ containerize example-com Picking example.com as the representative domain. About to perform the following actions: - Create realm container-example-com - Reparent example-com and its children into container-example-com - Map the domain container.example.com to container-example-com - Create a user admin@container.example.com Proceeed? (Y/N) y All done! New admin credentials are: Username: admin@container.example.com Password: FMS9muygdK