Closed d-jana closed 5 years ago
Fixed
podman pull
command also need sudo access:
sudo -i podman pull quay.io/rhte_2019/ocp-science-clients:latest
Can you please update that too?
Hi,
it is updated, but not pushed to the repository. I am finishing updating the doc from the lab2.
Best wishes, José Ángel de Bustos Pérez
Formerly "Sith Project Leader" My boss said that I intimidate my coworkes so I stared at him until he apologized. "Nunca discutas con un imbécil, te hará descender a su nivel y allí te ganará por experiencia." "Ciencia es aquello que entendemos lo suficientemente bien como para explicarselo a un ordenador. Todo lo demás es arte." - Donald Knuth.
Twitter: @jadebustos http://es.linkedin.com/in/jadebustos
jadebustos@gmail.com
On Wed, Sep 4, 2019 at 7:38 PM Dibyendu Jana notifications@github.com wrote:
podman pull command also need sudo access:
sudo -i podman pull quay.io/rhte_2019/ocp-science-clients:latest
Can you please update that too?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/jadebustos/ocp-science/issues/1?email_source=notifications&email_token=ABXSG4EE2ID7SGH23NWBD6DQH7W75A5CNFSM4ITIZTA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD54LZWY#issuecomment-528006363, or mute the thread https://github.com/notifications/unsubscribe-auth/ABXSG4HRONZTKNCMXXYOKLLQH7W75ANCNFSM4ITIZTAQ .
In [Mod1, Lab] - Lab introduction > Clients > As prerequisite to use the containerized clients. Install podman and pull the container image in the workstation machine:
$ yum -y install podman
,We need to instruct use sudo for install podman as example
sudo -i
.Can you please check once?