Creating the NFS Volume:
$ docker volume create --driver local \
--opt type=nfs \
--opt o=addr=192.168.1.115,uid=1000,gid=1000,rw \
--opt device=:/mnt/volumes/mysql-test \
mysql-test-1| using namespace System.Collections.Generic | |
| # Encapsulate an arbitrary command | |
| class PaneCommand { | |
| [string]$Command | |
| PaneCommand() { | |
| $this.Command = ""; | |
| } |
| extern crate chrono; | |
| extern crate libc; | |
| #[macro_use] | |
| extern crate structopt; | |
| use std::fs; | |
| use std::path::PathBuf; | |
| use std::error::Error; | |
| use std::process; | |
| use std::os::unix::fs::PermissionsExt; |
| using System; | |
| using System.IO; | |
| using System.Net; | |
| using System.Text; | |
| using System.IO.Compression; | |
| using System.Collections.Generic; | |
| using System.Configuration.Install; | |
| using System.Runtime.InteropServices; | |
| =============================================== | |
| Dell Display Manager | |
| =============================================== | |
| Command language | |
| ----------------------------------- | |
| A rich and flexible command language is supported via the | |
| command-line, and command-line arguments can be combined. | |
| Where appropriate, a specific display can be targeted by | |
| prefacing the command with the display number, e.g., |