DockerDroid

DockerDroid

0.99MB
版本 0.4
暂未收录 高速下载 打开应用汇 发现更多精彩
喜欢 0好评
评论 0
DockerDroid截图0 DockerDroid截图1 DockerDroid截图2 DockerDroid截图3 DockerDroid截图4 DockerDroid截图5
  提示:该应用暂无版号 应用汇暂不提供下载
详细信息
  • 软件大小: 0.99MB
  • 最新版本: 0.4
  • 文件格式: apk
  • 应用分类: 其他
  • 使用语言: 英文
  • 网络支持:
  • 系统要求: 3.0以上
应用介绍
== Docker GUI for Android ==
This application is simple Docker Client
Connect to Docker Remote API server and you can do the simple operation
https://docs.docker.com/reference/api/docker_remote_api/
Use Docker Remote API
Please enable API
* /usr/bin/docker -d -H=tcp://0.0.0.0:4243/
This application can be
* see [Container] [Image] state.
* [Container] Start Stop
* [Container] Create Remove
* Search Docker Hub Repository
Please set the following items:
* [protocol http or https]
*** Safe and Simple way to proxy in Apache or Nginx, etc.
* [My docker server domain or IP address]
* [My docker server port]
* [My User-Agent include http header]
It has been tested on the following Docker Remote API versions of
* API Version 1.14
* API Version 1.13
If there is a problem,
It helps of bug fixes and you are able to contact the version of Docker :)
== sample ==
Container create JSON

{
"Hostname":"",
"Domainname": "",
"User":"",
"Memory":0,
"MemorySwap":0,
"CpuShares": 512,
"Cpuset": "0,1",
"AttachStdin":false,
"AttachStdout":true,
"AttachStderr":true,
"PortSpecs":null,
"Tty":false,
"OpenStdin":false,
"StdinOnce":false,
"Env":null,
"Cmd":[
"date"
],
"Image":"base",
"Volumes":{
"/tmp": {}
},
"WorkingDir":"",
"NetworkDisabled": false,
"ExposedPorts":{
"22/tcp": {}
},
"RestartPolicy": { "Name": "always" }
}
加载更多
版本更新
ver0.4
* Bugfix
加载更多