Hello 😄
I was doing some tests of the dockerSDK on a project (https://github.com/nabsul/tls-exterminator/pull/4) with dagger shell and I keep hitting the same issue when I try to configure the ports:
docker | build | up --ports 8000:8000 --args ./tls-exterminator,8000:github.com
Error: unsupported argument of kind map
This is something that isn't happening with the Dagger CLI
dagger call docker build up --ports 8000:8000 --args ./tls-exterminator,8000:github.com
Is there something I doing wrong in my command? @finite tangle
GitHub
Hello 👋
I'm Tom, software engineer at Dagger and co-worker of @gerhard :)
He told me that you were trying to setup Dagger for your project and I thought that it would be a nice opportunity ...