https://github.com/jceb/just-docker
https://github.com/jceb/just-docker
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jceb/just-docker
- Owner: jceb
- License: apache-2.0
- Created: 2024-05-15T12:56:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T13:30:49.000Z (about 2 years ago)
- Last Synced: 2025-03-22T21:02:20.918Z (about 1 year ago)
- Language: Just
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# just-docker
An experiment to use [just](https://just.systems) tasks as docker runner. See
idea discussion
[Support for executing commands in a Docker Container](https://github.com/casey/just/discussions/2028).
## Installation
- Clone this repository
- Install the wrapper script: `sudo just install`
- Specify image as shebang:
- Ubuntu bash: `#!/usr/share/just-docker/env bash`
- Nixos nushell: `#!/usr/share/just-docker/env --image=jceb/nushell:latest nu`
- Debian Python: `#!/usr/share/just-docker/env --image=python python3`
- Your interpreter:
`#!/usr/share/just-docker/env --image=OUR_IMAGE OUR_INTERPERTER`