mirror of
https://github.com/unraid/webgui.git
synced 2026-01-12 20:49:56 -06:00
22 lines
844 B
Plaintext
22 lines
844 B
Plaintext
Title="Add Container"
|
|
Cond="(pgrep('docker')!==false)"
|
|
Markdown="false"
|
|
---
|
|
<?PHP
|
|
/* Copyright 2005-2016, Lime Technology
|
|
* Copyright 2014-2016, Guilherme Jardim, Eric Schultz, Jon Panozzo.
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License version 2,
|
|
* as published by the Free Software Foundation.
|
|
*
|
|
* The above copyright notice and this permission notice shall be included in
|
|
* all copies or substantial portions of the Software.
|
|
*/
|
|
?>
|
|
<div style="text-align:right;vertical-align:top;position:relative;top:-44px;height:0;display:none;">
|
|
<span class="toggleMode" onclick="toggleMode();"><i id="toggleMode" class="fa fa-lg"></i> Advanced View</span>
|
|
</div>
|
|
<?PHP
|
|
require_once('/usr/local/emhttp/plugins/dynamix.docker.manager/include/CreateDocker.php');
|
|
?> |