mirror of https://github.com/rancher/ui.git
Show linux add custom on windows envs
This commit is contained in:
parent
6f7311de26
commit
acea4eb49c
|
|
@ -1,8 +1,8 @@
|
|||
{{#if projects.current.isWindows}}
|
||||
<section>
|
||||
<h3>{{t 'machine.driverCustom.windows.windowsHeader'}}</h3>
|
||||
<div class="container-fluid">
|
||||
<div class="row inline-form">
|
||||
{{#if projects.current.isWindows}}
|
||||
{{!-- <div class="col span-8 offset-2"> --}}
|
||||
<ol>
|
||||
<li>
|
||||
{{format-html-message 'machine.driverCustom.windows.step1'}}
|
||||
|
|
@ -25,9 +25,17 @@
|
|||
{{t 'machine.driverCustom.step5Close.part1'}} {{#link-to "hosts"}}{{t 'machine.driverCustom.step5Close.link'}}{{/link-to}} {{t 'machine.driverCustom.step5Close.part2'}}
|
||||
</li>
|
||||
</ol>
|
||||
{{!-- </div> --}}
|
||||
{{else}}
|
||||
{{!-- <div class="col span-8 offset-2"> --}}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{/if}}
|
||||
|
||||
<section>
|
||||
<div class="container-fluid">
|
||||
{{#if projects.current.isWindows}}
|
||||
<h3>{{t 'machine.driverCustom.windows.linuxHeader'}}</h3>
|
||||
{{/if}}
|
||||
<div class="row inline-form">
|
||||
<ol>
|
||||
<li>
|
||||
{{format-html-message 'machine.driverCustom.step1' docsBase=settings.docsBase}}
|
||||
|
|
@ -65,11 +73,11 @@
|
|||
{{t 'machine.driverCustom.step5Close.part1'}} {{#link-to "hosts"}}{{t 'machine.driverCustom.step5Close.link'}}{{/link-to}} {{t 'machine.driverCustom.step5Close.part2'}}
|
||||
</li>
|
||||
</ol>
|
||||
{{!-- </div> --}}
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="footer-actions">
|
||||
<button {{action "cancel"}} class="btn bg-primary">{{t 'machine.driverCustom.close'}}</button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -2477,6 +2477,8 @@ machine:
|
|||
part2: screen within a minute.
|
||||
close: Close
|
||||
windows:
|
||||
windowsHeader: Windows Host
|
||||
linuxHeader: Linux Host
|
||||
step1: Start up a Windows Server 2016 machine somewhere and install the latest version of <a href="https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_server" target="_blank" rel="noreferrer nofollow">Docker</a> on it.
|
||||
step2: "Create a transparent Docker Network:"
|
||||
step2Copy: docker network create -d transparent transparent
|
||||
|
|
|
|||
Loading…
Reference in New Issue