-
## 进入gitlab的bash
- 双击容器,在"终端机"种新增bash
- ``` docker exec -it container_name bash```
## 修改gitlab配置文件
- gitlab.yml
- gitlab.rb
## 更新配置
```
gitlab-ctl reconfigure
```
-
### Motivation
There is a way to cross build and bundle Tauri applications, but it's limited to GitHub.
(See documentation/guide [here](https://tauri.app/v1/guides/building/cross-platform))
How…
-
**Describe the bug**
I have noticed a few times that messages could disappear in very specific conditions. I accidentally discovered how to reproduce the issue in my pipelines. I apologize for the le…
-
Hi , after start gitlab using docker compose,Gitlab work correct but after a few seconds dose not work. container is running but gitlab request redirect to error page .
-
I got Shenobi up and running—but then got the dreaded:
```
pi@dvr:~ $ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS …
-
I have defind GITLAB_PORT=2080 and GITLAB_SSH_PORT=2022 ,but when i start container.
I found that the nginx port and ssh port still 80 and 22.
The setting is Invalid.
if [[ $GITLAB_HTTPS == true ]];…
-
Hi,
I just came across this repo and it looks brilliant for fine tuning!
I am using docker and was able to build and run the image:
```
docker run -i -t --name ai-toolkit --gpus all ai-tool…
-
**Actual behavior**
Trying to run a pipeline in GitLab Runner using Kubernetes executor with a private repository that has a Multistage Dockerfile using a FROM image from another private repository i…
-
Hi, we've been using `sameersbn/gitlab:8.12.5` docker image for a while and noticed this (run inside a container):
```
root@2ecfcd1201cb:/home/git/gitlab# head /var/spool/cron/crontabs/git
…
-
The Rocky Linux jobs in `/.gitlab-ci.yml` have been virtually disabled using `when: manual`. This means they will only be run if someone clicks a button from the pipeline view in the GitLab UI. As the…