Skip to content

Commit

Permalink
Fix docker run command (#1956)
Browse files Browse the repository at this point in the history
Current one will get error "/usr/bin/ls: /usr/bin/ls: cannot execute binary file"
  • Loading branch information
FantasqueX committed Jul 3, 2024
1 parent 609a8ef commit ede4321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WSL/use-custom-distro.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ In this example, we'll use Docker inside of a WSL distribution to obtain the tar
3. Run the CentOS container inside Docker:

```bash
docker run -t centos bash ls /
docker run -t centos ls /
```

4. Grab the CentOS container ID using grep and awk:
Expand Down

0 comments on commit ede4321

Please sign in to comment.