dockerandroid

Introduction: DockerAndroid 是一款根据 Docker Remote API 来实现的 Android 客户端,可以同时登陆多服务器,查看镜像与容器运行情况,并可以对容器进行操作.
More: Author   ReportBugs   DemoAPK   
Tags:
Docker-Android-

Build Status

MWhale base on Docker Remote API, gets image and container's info from docker server.

Use-pattern

  • Firstly, you must have a server which has installed Docker.
  • Secondly, you should modify /etc/default/docker file, and add TCP connection mode to DOCKER_OPTS. The file maybe empty, so you also need add unix-sock mode, like this:

    DOCKER_OPTS="-H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock"

  • Restart docker.

    sudo service docker restart

  • Finally, test on your server:

    curl http://localhost:2375/info

If response looks like below , you are ready!

Try to login with your IP and Port! Have Fun!

Test Running

gradle installOtherDebug

Download:

Google Play

http://fir.im/docker

Thanks

About me

saymagic.dev@gmail.com

LICENSE

Copyright 2017 Saymagic

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Apps
About Me
GitHub: Trinea
Facebook: Dev Tools