Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work on MacOS Catalina #148

Closed
one0fnine opened this issue May 2, 2022 · 3 comments
Closed

Doesn't work on MacOS Catalina #148

one0fnine opened this issue May 2, 2022 · 3 comments
Labels

Comments

@one0fnine
Copy link

MacOS Catalina v10.15.7
Docker version 20.10.13, build a224086

I used rails app:template LOCATION='https://railsbytes.com/script/z5OsoB' to install configs.
Config files:

> ls -l dip.yml
-rw-r--r--  1 alec  staff  1849 Apr 30 22:12 dip.yml

> ls -la .dockerdev
total 40
drwxr-xr-x   7 alec  staff   224 Apr 30 22:19 .
drwxr-xr-x  28 alec  staff   896 Apr 30 21:27 ..
-rw-r--r--   1 alec  staff    23 Apr 30 22:12 .bashrc
-rw-r--r--   1 alec  staff   755 Apr 30 21:29 .psqlrc
-rw-r--r--   1 alec  staff    72 Apr 30 22:11 Aptfile
-rw-r--r--   1 alec  staff  2530 Apr 30 22:12 Dockerfile
-rw-r--r--   1 alec  staff  2062 Apr 30 22:12 compose.yml

===

> dip --help

Usage:  docker image push [OPTIONS] NAME[:TAG]

Push an image or a repository to a registry

Options:
  -a, --all-tags                Push all tagged images in the repository
      --disable-content-trust   Skip image signing (default true)
  -q, --quiet                   Suppress verbose output
> eval "$(dip console)"
An image does not exist locally with the tag: console
zsh: command not found: Using
zsh: no matches found: [docker.io/library/console]
> dip ls
Using default tag: latest
The push refers to repository [docker.io/library/ls]
An image does not exist locally with the tag: ls
@bibendi
Copy link
Owner

bibendi commented May 3, 2022

It looks like you have to disable the docker plugin at vi ~/.zshrc

@one0fnine
Copy link
Author

It looks like you have to disable the docker plugin at vi ~/.zshrc

Yep, thanks!

@dx0x58
Copy link

dx0x58 commented Jun 6, 2022

@bibendi @one0fnine Hey, the problem was in the docker plugin for oh-my-zsh, i fixed it ohmyzsh/ohmyzsh#10957

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants