Skip to content

Commit 1007d43

Browse files
authored
Update README.md
1 parent f605cd6 commit 1007d43

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1-
# 자동빌드된 이미지 받으려면
1+
## 도커 이미지 정상 컴파일 확인용 뱃지
2+
[![Publish a Docker image (ARM64; Apple Silicon)](https://github.com/IOES-Lab/SonarAI-Dockerfile/actions/workflows/docker-mac.yaml/badge.svg)](https://github.com/IOES-Lab/SonarAI-Dockerfile/actions/workflows/docker-mac.yaml)
3+
4+
## 사용방법
5+
### 자동빌드된 이미지 받으려면
26

37
```bash
48
docker pull ioeslab/ioes-sonar-ai:latest
59
```
610

7-
# 직접 빌드하려면,
11+
### 직접 빌드하려면,
812

913
```bash
1014
docker build -f Dockerfile -t ioes-sonar-ai .
1115
```
1216

13-
# 실행시키려면,
17+
### 실행시키려면,
1418

1519
```bash
1620
docker run -it --rm -v /Users/$(whoami):/home/ioes/HOST ioes-sonar-ai /bin/bash
17-
```
21+
```

0 commit comments

Comments
 (0)