Commit 73af5029 by Chavee Issariyapat

add readme

parent 5d9d117f
ตัวอย่างการ set up makefile ใน docker project
1. แก้ไขไฟล์ release.conf ในแบบเดียวกับข้างล่างนี้ บรรทัดแรก dock.nexpie.com ไม่ต้องแก้, GROUPNAME ตั้งเป็น group ใน gitlab, PROJECTNAME เป็นชื่อ project บน gitlab และ release เป็น revision แก้ได้เลย ไม่มีผลอะไร
```
REGISTRY_HOST=dock.nexpie.com
GROUPNAME=sample
PROJECTNAME=docker-makefile-sample
RELEASE=1.0.0
```
2. เวลาจะ build docker image ใช้คำสั่ง
```
make build
```
3. เวลาจะ 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