Created
October 5, 2019 03:12
-
-
Save 100daysofdevops/ea19d71a9d98e96d0bef90d02c95f529 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker container run alpine ls -l | |
total 8 | |
drwxr-xr-x 2 root root 4096 Aug 20 10:30 bin | |
drwxr-xr-x 5 root root 340 Oct 5 03:12 dev | |
drwxr-xr-x 1 root root 66 Oct 5 03:12 etc | |
drwxr-xr-x 2 root root 6 Aug 20 10:30 home | |
drwxr-xr-x 5 root root 185 Aug 20 10:30 lib | |
drwxr-xr-x 5 root root 44 Aug 20 10:30 media | |
drwxr-xr-x 2 root root 6 Aug 20 10:30 mnt | |
drwxr-xr-x 2 root root 6 Aug 20 10:30 opt | |
dr-xr-xr-x 270 root root 0 Oct 5 03:12 proc | |
drwx------ 2 root root 6 Aug 20 10:30 root | |
drwxr-xr-x 2 root root 6 Aug 20 10:30 run | |
drwxr-xr-x 2 root root 4096 Aug 20 10:30 sbin | |
drwxr-xr-x 2 root root 6 Aug 20 10:30 srv | |
dr-xr-xr-x 13 root root 0 Oct 1 10:53 sys | |
drwxrwxrwt 2 root root 6 Aug 20 10:30 tmp | |
drwxr-xr-x 7 root root 66 Aug 20 10:30 usr | |
drwxr-xr-x 11 root root 125 Aug 20 10:30 var |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment