Skip to content
Snippets Groups Projects
Commit 5b11c69c authored by Homar Franquesa Agil's avatar Homar Franquesa Agil
Browse files

Update README.md

parent a053c915
No related branches found
No related tags found
No related merge requests found
Pipeline #27489 canceled
...@@ -26,6 +26,17 @@ In order to download the latest version of gitlab type the following command: ...@@ -26,6 +26,17 @@ In order to download the latest version of gitlab type the following command:
`docker pull gitlab/gitlab-ee:latest` `docker pull gitlab/gitlab-ee:latest`
`sudo docker run --detach \
--hostname gitlab.example.com \
--network minikube \
--publish 443:443 --publish 80:80 --publish 22:22 \
--name gitlab \
--restart always \
--volume $GITLAB_HOME/config:/etc/gitlab \
--volume $GITLAB_HOME/logs:/var/log/gitlab \
--volume $GITLAB_HOME/data:/var/opt/gitlab \
gitlab/gitlab-ee:latest`
### Helm ### Helm
The repository contains a Helm chart. Through this chart our Restaurant API can be deployed in a Kubernetes Cluster. In our case we will use the minikube. Runing the following command. The repository contains a Helm chart. Through this chart our Restaurant API can be deployed in a Kubernetes Cluster. In our case we will use the minikube. Runing the following command.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment