-
I'am following Scylla documentation to install but it is giving error -
Installation Steps -
```
sudo apt-get install apt-transport-https
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv…
-
Please note that the Homestead issue tracker is reserved for bug reports and enhancements. We are not always able to debug Vagrant, Provider or Operating System issues, but will do our best to help. T…
-
I ran this on a linux machine for several month without problems. Now I tried it on 2 Debian RPIs but without success:
`sudo ./ufw-docker-automated`
```
./ufw-docker-automated: 1: ELF: not foun…
-
There is a potential race condition on host startup. ufw-docker-automated needs to connect to docker socket to stream event data, thus it'll always start behind docker service. There could be a little…
-
Right now program is storing container information in memory.
If ufw-docker-automated is restarted while containers are still running it'll lose its tracked containers information.
-
Since the solution (implemented in branch [ufw-update-onrestart](https://github.com/mlollo/ufw-docker-automated/tree/ufw-update-onrestart)) uses a different approach from #7. This is why it needs it'…
-
I'm getting this error whenever I try to remove 3+ containers at the same time using `docker rm -f container_1 container_2 container_3` syntax. Somehow only 2 of the container's firewall rule is delet…
-
Hi all,
first of all I must say this is a great project. So many thanks for all your time invested in here.
I have an issue during runtime (docker-compose up). The firewall rules are not activat…
-
Hi, I copied the new file to the old destination and restarted my server. But no rules are added now on startup or restart of the docker container. Can I debug anything?
I used User=root in my ufw-…
-
* docker-compose
```
version: '2.4'
services:
nginx1:
image: nginx:alpine
container_name: nginx1
restart: unless-stopped
labels:
- UFW_MANAGED=true
- UFW_ALLOW_…