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

'ansible: command not found' at centos6-onbuild image #22

Closed
chusiang opened this issue Jun 24, 2016 · 1 comment
Closed

'ansible: command not found' at centos6-onbuild image #22

chusiang opened this issue Jun 24, 2016 · 1 comment

Comments

@chusiang
Copy link

chusiang commented Jun 24, 2016

I can't found the ansible command at docker image of williamyeh/ansible:centos6-onbuild.

$ docker images | grep williamyeh/ansible | grep centos
williamyeh/ansible          centos6-onbuild       51f492c73235        7 weeks ago         332.9 MB
williamyeh/ansible          centos7-onbuild       829b38476c2e        7 weeks ago         277.4 MB

$ docker run -it williamyeh/ansible:centos6-onbuild bash
[root@776fd5b42974 /]# ansible --version
bash: ansible: command not found

Please rebuild it, again. Thank you.

@chusiang
Copy link
Author

chusiang commented Jun 24, 2016

It has be fixed, now. sorry ~~

$ docker images | grep williamyeh/ansible | grep centos
williamyeh/ansible          centos6-onbuild       8146d19bdbb7        9 days ago          317.4 MB
williamyeh/ansible          centos7-onbuild       829b38476c2e        7 weeks ago         277.4 MB

[root@85eb27bccb8f /]# ansible --version
ansible 2.1.0.0
  config file = /etc/ansible/ansible.cfg
  configured module search path = Default w/o overrides

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

No branches or pull requests

1 participant