leone
leone
You can probably do tests with 2 docker in docker setup aswell
No one is working on it you can take it.
Hey thanks for the report i will take a look into it! Would you like to work on the documentation for it ?
I was able to install and use it with ease using the v0.13-nightly on Podman. The error you got is because you probably have an outdated version of the daemon....
I have updated the doc to mention podman, the last stable version should work properly with it now!
The best you can do right now is: ```sh nanocl uninstall --docker-host unix:///run/podman/podman.sock # Remove old state sudo rm -rf /var/lib/nanocl nanocl install --docker-host unix:///run/podman/podman.sock ```
You can see example of building man page in our `./bin/nanocl/src/build.rs`
Man pages are only related to binaries. The `bin` folder For `nanocld` it's already done. For `nanocl` we are missing some
Hey @dtsulik, thanks for your interest in the project ! The main idea behind `nanocl` is to be a developer tools first and make things simpler than `kubernetes`. This is...
A translations tools like we did for docker compose is the solution i would prefer, if anyone with good knowledge of the Kubernetes spec would like to work with me...