Difference between revisions of "How to create a Auto Build project on DockerHub with GitHub"

From ESS-WIKI
Jump to: navigation, search
(Created page with ""mqtt-bus" for a example Project of iGW Docker Image for x86 platform GitHub: [https://github.com/ADVANTECH-Corp ADVANTECH-Corp]/'''[https://github.com/ADVANTECH-Corp/do...")
(No difference)

Revision as of 09:29, 29 November 2016

"mqtt-bus" for a example

Project of iGW Docker Image for x86 platform GitHub: ADVANTECH-Corp/docker-igw-image-x86

'1.1 Prepare your Dockerfile for your application & i'ntegrate into our GitHub docker-igw-image-x86

'''    git clone https://github.com/ADVANTECH-Corp/docker-igw-image-x86.git'''

'''    git branch mqtt-bus'''

'''    git check mqtt-bus'''

'''    cp your Dockerfile into this folder'''

'''    git add Dockerfile'''

'''    git commit -am "Dockerfile for mqtt-bus"'''

'''    git push -u origin mqtt-bus'''


2.1 Create a auto build project on Docker Hub with GitHub

 Switch