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