swift-docker icon indicating copy to clipboard operation
swift-docker copied to clipboard

Build & test your swift packages using docker - `swift docker test`

Results 3 swift-docker issues
Sort by recently updated
recently updated
newest added

See if we can get `swift-docker repl` to use tty. This would unblock being able to build `swift docker lldb`

I'm using this as a tool for testing some packages for Linux support, and every now and then the output is unexpectedly terminated and I'm dropped back to the shell....

You usually don't want your .git & .build folder to be copied from your local machine into the docker image. We can probably reasonably copy your .gitignore file into your...