Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
logeshkrish authored Jan 28, 2021
1 parent f13b84d commit acdf4d1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,20 @@ Request :

# Command Line Utility


command line utility for sail.

## Prerequisites:

the current user need permission for run docker with user permission.
if user doesnt have permission. add like this

```
command line utility for sail
sudo chown "$USER":"$USER" /home/"$USER"/.docker -R
sudo chmod g+rwx "/home/$USER/.docker" -R
```
the traced process informations will be stored under $HOME/.sail/ Directory.

## To List All Process on Current User
```
Expand Down

0 comments on commit acdf4d1

Please sign in to comment.