Replies: 2 comments 3 replies
-
There's a couple of things to explore here @dheeruymv and i'd start with checking your PATH variable with the root user. What do you see when you do |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @kcq, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I've started using docker-slim.
My machine:
NAME="Red Hat Enterprise Linux"
VERSION="8.3 (Ootpa)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="8.3"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Red Hat Enterprise Linux 8.3 (Ootpa)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:8.3:GA"
HOME_URL="https://www.redhat.com/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"
REDHAT_BUGZILLA_PRODUCT_VERSION=8.3
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.3"
with root user:
when i run docker-slim command, it says docker-slim : command not found.
PS: gave 777 in /usr/local/bin
With ec2-user, docker-slim command works, but my docker images which are built are with "root", so trying with root, it doesn't work.
If i go to /usr/local/bin and then do ./docker-slim, it works.
I think instructions needs to be imporved.
Beta Was this translation helpful? Give feedback.
All reactions