You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The # before the command sudo dnf install docker fedora-dockerfiles shows that it was performed by the root user.
Following the best practices of not logging in as the root user, shouldn't the # be changed to a $ ?
The # before the command
sudo dnf install docker fedora-dockerfilesshows that it was performed by the root user.Following the best practices of not logging in as the root user, shouldn't the # be changed to a $ ?