We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5004cb6 commit 2b40fe0Copy full SHA for 2b40fe0
.github/workflows/docker-mac.yaml
@@ -37,7 +37,7 @@
37
id: meta
38
uses: docker/metadata-action@v5
39
with:
40
- images: ioeslab/sonar-ai
+ images: ioeslab/ioes-sonar-ai
41
tags: latest
42
43
- name: Build and push Docker image
README.md
@@ -0,0 +1,9 @@
1
+
2
+# 자동빌드된 이미지 받으려면
3
+docker pull ioeslab/ioes-sonar-ai:latest
4
5
+# 직접 빌드하려면,
6
+docker build -f Dockerfile -t ioes-sonar-ai .
7
8
+# 실행시키려면,
9
+docker run -it --rm -v /Users/$(whoami):/home/ioes/HOST ioes-sonar-ai /bin/bash
0 commit comments