7 ms·
The tooling is already there. All the "not playing nice" issues are largely solved by using Docker. Installing a local Docker instance of Gitlab is literally fo
by programd 5y ago
The tooling is already there. All the "not playing nice" issues are largely solved by using Docker. Installing a local Docker instance of Gitlab is literally four commands. Mkdir three directories and docker run to get it started.
See https://docs.gitlab.com/ee/install/docker.html https://docs.gitlab.com/ee/install/docker.html
- indymike 5y ago> All the "not playing nice" issues are largely solved by using Docker Not really. Now any integration has to be done inside the container or with other containers... which adds lots of extra steps. I do agree using Docker makes a simple deployment easier, though.