Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

docker-Build

  • nimrod's avatar
    084d2592
    Docker aliases! · 084d2592
    nimrod authored
    A new shell script, `wrapper`, that (similar to what git does) in case an
    excutable of the format `command-subcommand` is available (command being
    the name called, $0), calling `command subcommand` will be call
    `command-subcommand`. For example: calling `docker dev` will call
    `docker-dev` if such an executable exists. So now `docker` (in
    `~/Documents/bin/` is a symlink to `wrapper`. Changed my docker shell
    aliases to scripts.
    084d2592
    History
    Docker aliases!
    nimrod authored
    A new shell script, `wrapper`, that (similar to what git does) in case an
    excutable of the format `command-subcommand` is available (command being
    the name called, $0), calling `command subcommand` will be call
    `command-subcommand`. For example: calling `docker dev` will call
    `docker-dev` if such an executable exists. So now `docker` (in
    `~/Documents/bin/` is a symlink to `wrapper`. Changed my docker shell
    aliases to scripts.