Nitrux / nitrux-bug-tracker

Bug Repository for Nitrux
https://nxos.org
5 stars 2 forks source link

[Feature Request] network-manager-fortisslvpn and dockerd #194

Open SergejGuruliov opened 4 days ago

SergejGuruliov commented 4 days ago

Feature Request

Is the way install network-manager-fortisslvpn ? And how can I run docker for developer? If run from distrobox have many error sudo apt install docker-ce docker-ce-cli containerd.io failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: failed to create NAT chain DOCKER: iptables failed: iptables -t nat -N DOCKER: iptables v1.8.9 (nf_tables): Could not fetch rule set generation id: Permission denied (you must be root)

UriHerrera commented 3 days ago

Is the way install network-manager-fortisslvpn ?

No. Are you requesting to include it?

And how can I run docker for developer?

As you usually would, enable the Docker service for OpenRC to start dockerd and run docker

If run from distrobox have many error sudo apt install docker-ce docker-ce-cli containerd.io failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: failed to create NAT chain DOCKER: iptables failed: iptables -t nat -N DOCKER: iptables v1.8.9 (nf_tables): Could not fetch rule set generation id: Permission denied (you must be root)

We already include Docker, so doing this is unnecessary. Also, I imagine it's not possible to use Docker within Podman.


Please use the appropriate template for the issue, whether it's a feature request or a bug report. If it's neither but a question, create a discussion instead.

SergejGuruliov commented 3 days ago

Is the way install network-manager-fortisslvpn ?

No. Are you requesting to include it?

Yes. Please.

And how can I run docker for developer?

As you usually would, enable the Docker service for OpenRC to start dockerd and run docker We already include Docker, so doing this is unnecessary. Also, I imagine it's not possible to use Docker within Podman.

Ok. dockerd is started and where is docker compose? 2024-11-30_00-52

UriHerrera commented 2 days ago

Please create a separate feature request to request the inclusion of Docker Compose. You can also download it from its repository.


Also, again, use the appropriate template for the issue.