You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/IOES-Lab/SonarAI-Dockerfile/actions/workflows/docker-mac.yaml)
3
+
4
+
## 사용방법
5
+
### 자동빌드된 이미지 받으려면
2
6
3
7
```bash
4
8
docker pull ioeslab/ioes-sonar-ai:latest
5
9
```
6
10
7
-
# 직접 빌드하려면,
11
+
###직접 빌드하려면,
8
12
9
13
```bash
10
14
docker build -f Dockerfile -t ioes-sonar-ai .
11
15
```
12
16
13
-
# 실행시키려면,
17
+
###실행시키려면,
14
18
15
19
```bash
16
20
docker run -it --rm -v /Users/$(whoami):/home/ioes/HOST ioes-sonar-ai /bin/bash
0 commit comments