Describe the bug
After a clean install of Ubuntu Server 24.04, followed the tutorial but I'm not able to run anything. nanocl is installed (seems correctly).
To Reproduce
Steps to reproduce the behavior:
Followed the tutorial for installation by adding the .deb package repository and creating the usergroup
Installed component for podman with sudo nanocl install --docker-host unix:///var/run/podman/podman.sock.
Output is:
> cargo/nstore (running)
> cargo/nmetrics (running)
> cargo/nproxy (running)
> cargo/ncproxy (running)
> cargo/ndns (running)
> cargo/ncdns (running)
> cargo/ndaemon (running)
Nanocl system installed
When checking version I get
nanocl version
=== [nanocli] ===
Arch: x86_64
Channel: stable
Version: 0.16.2
Commit ID: 9574061c53c0e74bd4837fb6a7708da73077681e
/run/nanocl/nanocl.sock: Connector has been disconnected
Expected behavior
Expecting the connector to work.
Desktop (please complete the following information):
- OS: Linux
- Distribution: Ubuntu Server
- Version 24.04
Additional context
Podman has been installed from the default repo
podman --version
podman version 4.9.3
Describe the bug
After a clean install of Ubuntu Server 24.04, followed the tutorial but I'm not able to run anything.
nanoclis installed (seems correctly).To Reproduce
Steps to reproduce the behavior:
Followed the tutorial for installation by adding the
.debpackage repository and creating the usergroupInstalled component for
podmanwithsudo nanocl install --docker-host unix:///var/run/podman/podman.sock.Output is:
When checking version I get
Expected behavior
Expecting the connector to work.
Desktop (please complete the following information):
Additional context
Podmanhas been installed from the default repo