Skip to content

jceb/just-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

just-docker

An experiment to use just tasks as docker runner. See idea discussion Support for executing commands in a Docker Container.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published