-
We should have a distribution and launcher scripts able to run w/o the use of Docker.
-
This came up on IRC...
Some users want to run the weave router in a docker-less environment, e.g.
- as an entry/exit point into a weave network
- in order to create a VPN between several hosts
This …
-
Hi there!
I've the following `.env`:
```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=default
DB_USERNAME=root
DB_PASSWORD=secret
```
I'm trying to run the dockerless…
-
The tests using the docker socket fail because the access is not granted anymore in pods.
Therefore they are now being marked with `[local]`.
This issue is a reminder to rewrite the tests in a doc…
-
## Issue description
Did a totally new install (rebuild DigitalOcean droplet) on 31 July 2022.
As of 20 August 2022, 80GB disk space is 100% full on the DigitalOcean droplet.
This is abnormal b…
-
I would include the GraphDB instructions in the numbered steps. The way it is now I missed it.
My suggestion is to add a step 1 before login to this effect
Copy the GrapDB installation file you …
-
this patch fails on zen branch of docker-frontend cause real dockerless installation has a lot of dependecies https://gyazo.com/83203aadf5206676e33c04e879f271de
but we have only commands listed her…
-
With #1270 in progress we're considering the other doors this will open for us, and one of them is using local python virtual environments (instead of ones in the docker image). This ticket is a place…
-
While working on Django projects, I typically use Docker only for deployment/CI/CD but locally using Docker slows down the development(Docker for Mac is terribly slow), and it is way more convenient t…
-
We ignore the output of `clonerefs` due to https://github.com/openshift/ci-operator/commit/7ad9489ab5f502d7b40fdd33df6ca508a84f7697 and https://github.com/openshift/ci-operator/commit/9aa7a8a12785307f…