MWhale base on Docker Remote API, gets image and container's info from docker server.
-
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:
If response looks like below , you are ready!
Try to login with your IP and Port! Have Fun!
#Test Running
gradle installOtherDebug
#Download:
#Thanks
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.