elastic / elastic/docs-content
[Request] Update air gapped docs to show how to run in production
Open
Team:SKI
- Dominant language
- No language data
- Stars
- 47
- Forks
- 261
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 116
Description
## Description
The [documentation on hosting your own package repo](https://www.elastic.co/guide/en/fleet/current/air-gapped.html) has instructions on running the container in the foreground. It would be more practical in a production environment to have the container run detached and potentially automatically restart.
something like:
`docker run -d --restart=unless-stopped -it -p 8080:8080 docker.elastic.co/package-registry/distribution:8.0.0`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.