dexec
dexec copied to clipboard
:whale: Command line interface for running code in many languages via Docker.
Bumps [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) from 1.6.4 to 1.6.6. Release notes Sourced from github.com/fsouza/go-dockerclient's releases. Version compatible with Docker 1.9 and Go 1.4 This has a special tag name to make it clear...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
So I have `python1.py`: ``` #!usr/bin/python print("hello from python") ``` I dexec and the python file in the following folder, this happens : > C:\Users\user\Downloads\dexec_1.0.7_windows_amd64>dexec.exe python1.py > 2018/01/28 15:24:58 Get...
Like pip (for python) or maven/gradle/ivy for java, or NuGet may be. Anyway, it should be possible to pull dependencies from some sort of repository before running source file compilation/build...
Check to see if the Docker hub tooling has improved and will only rebuild images in a given path. If so, switch to a single repo for all Dockerfiles so...
This happens: ``` sh $ dexec asdgas.js sed: read error on asdgas.js: Is a directory ``` dexec should check the file exists on the local file system before telling docker...
I guess having at least one kind of SQL dialect implement would be a good addition. I'm gonna try and submit a PR sometime soon for `.sql` > SQLite support.
I almost always use the latest C++ with dexec, so rather than having to type this every time: ``` sh $ dexec -b -std=c++14 source.cpp ``` I'd rather just have...
The CLI code is coupled to the dexec domain. It shouldn't be.