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...")
 
Line 4: Line 4:
  
 
'''1.1 Prepare your Dockerfile for your application & i''''''ntegrate into our GitHub docker-igw-image-x86'''
 
'''1.1 Prepare your Dockerfile for your application & i''''''ntegrate into our GitHub docker-igw-image-x86'''
<pre>'''    git clone https://github.com/ADVANTECH-Corp/docker-igw-image-x86.git'''
+
<pre>git clone https://github.com/ADVANTECH-Corp/docker-igw-image-x86.git'''
  
'''    git branch mqtt-bus'''
+
git branch mqtt-bus'''
  
'''    git check mqtt-bus'''
+
git check mqtt-bus'''
  
'''    cp your Dockerfile into this folder'''
+
cp your Dockerfile into this folder'''
  
'''    git add Dockerfile'''
+
git add Dockerfile'''
  
'''    git commit -am "Dockerfile for mqtt-bus"'''
+
git commit -am "Dockerfile for mqtt-bus"'''
  
'''    git push -u origin mqtt-bus'''</pre>
+
git push -u origin mqtt-bus'''</pre>
  
  

Revision as of 09:33, 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