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 64fb428 commit 8ddcd04Copy full SHA for 8ddcd04
README.ko.md
@@ -65,7 +65,7 @@ juju consume admin/cos.grafana
65
export APPLICATION_NAME=<your-model-name>
66
juju deploy ./flask-hello-world/charm/flask-hello-world_ubuntu-22.04-$(dpkg --print-architecture).charm \
67
$APPLICATION_NAME \
68
- --resource flask-app-image=localhost:32000/flask-hello-world_$(dpkg --print-architecture):0.1
+ --resource flask-app-image=localhost:32000/flask-hello-world:0.1
69
```
70
71
6. 배포된 애플리케이션을 데이터베이스에 연결
0 commit comments