Commit f0dc8074 by Chavee Issariyapat

Update README.md

parent 73af5029
ตัวอย่างการ set up makefile ใน docker project
1. แก้ไขไฟล์ release.conf ในแบบเดียวกับข้างล่างนี้ บรรทัดแรก dock.nexpie.com ไม่ต้องแก้, GROUPNAME ตั้งเป็น group ใน gitlab, PROJECTNAME เป็นชื่อ project บน gitlab และ release เป็น revision แก้ได้เลย ไม่มีผลอะไร
ก่อนใช้งานครั้งแรก ให้แก้ไขไฟล์ release.conf ในแบบเดียวกับข้างล่างนี้ บรรทัดแรก dock.nexpie.com ไม่ต้องแก้, GROUPNAME ตั้งเป็น group ใน gitlab, PROJECTNAME เป็นชื่อ project บน gitlab และ release เป็น revision แก้ได้เลย ไม่มีผลอะไร
```
REGISTRY_HOST=dock.nexpie.com
......@@ -9,14 +9,15 @@ PROJECTNAME=docker-makefile-sample
RELEASE=1.0.0
```
2. เวลาจะ build docker image ใช้คำสั่ง
เวลาจะ build docker image ใช้คำสั่ง
```
make build
```
3. เวลาจะ push image ขึ้น registry บน gitlab ใช้คำสั่ง
makefile จะทำการ build และ tag ให้อัตโนมัติ เวลาจะ push image ขึ้น registry บน gitlab ใช้คำสั่ง
```
make push
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment