Skip to content

Commit 1ece2bc

Browse files
author
feiliu206363
committed
first commit
0 parents  commit 1ece2bc

File tree

150 files changed

+28676
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+28676
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
dockerConnector for DomeOS
2+
===
3+
4+
This is the client for docker container ssh login.
5+
6+
## Running
7+
8+
```bash
9+
sudo ./dockerConnector -d
10+
```
11+
12+
## Login remote container
13+
14+
```bash
15+
ssh <container ID>@<remote address> -p 2222
16+
```

dockerConnector/Godeps/_workspace/src/github.com/codegangsta/cli/.travis.yml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dockerConnector/Godeps/_workspace/src/github.com/codegangsta/cli/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dockerConnector/Godeps/_workspace/src/github.com/codegangsta/cli/README.md

Lines changed: 298 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)