Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update docker_aks docs #1508

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/docker_aks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Then, the rootfs, config.json and private key are packaged together by the mysti
Read more about basic concepts [here](https://github.com/deislabs/mystikos/blob/main/doc/user-getting-started.md#getting-started---general-concepts) \
Read more about package mode [here](https://github.com/deislabs/mystikos/blob/7fb5cfb9f0f30f83af9561a99495f58a82c06059/doc/sign-package.md#packaging-your-application-for-sgx-enclave-packaging)

The corresponding docker image was published in Docker Hub. Details for the Dockerfile are available [here](Dockerfile).
The corresponding docker image was published in Microsoft's public container registry(MCR). Details for the Dockerfile are available [here](Dockerfile).

You can use the myst-helloworld yaml [here](myst-helloworld.yaml) for your Azure Kubernetes Service job, it will deploy one job (myst-helloworld).

Expand Down Expand Up @@ -68,7 +68,7 @@ Eg:

```yaml
- name: myst-helloworld
image: mystikos/myst-helloworld:0.2
image: mcr.microsoft.com/acc/samples/myst-helloworld:0.3
command: [ "./myst/bin/hello", "--strace", "red", "green", "blue"]
```

Expand Down