Description
The documentation on hosting your own package repo 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
Description
The documentation on hosting your own package repo 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