canonical / canonical/operator
docs: fastapi-demo moint point creates extra '~' in a mount path
- Dominant language
- Python
- Stars
- 267
- Forks
- 136
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 28
Description
Command `multipass mount --type native ~/k8s-tutorial juju-sandbox-k8s:~/fastapi-demo` mounts to `~/~/fastapi-demo` instead of expected `~/fastapi-demo`.
What worked for me:
`multipass mount --type native ~/k8s-tutorial juju-sandbox-k8s:fastapi-demo`
---
*Reported from: https://canonical.com/juju/docs/ops/latest/tutorial/from-zero-to-hero-write-your-first-kubernetes-charm/set-up-your-development-environment/*
Contributor guide
Research direction
Start at the linked “set up your development environment” tutorial page and inspect the documented `multipass mount --type native` command. Update the mount destination so it produces `~/fastapi-demo` rather than `~/~/fastapi-demo`, then verify the command shown matches the reported working form.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 90/100