Skip to content

Commit f0951ad

Browse files
committed
modified: README.md
1 parent b6e1fae commit f0951ad

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,11 @@ For the package command, you will need to put in your password to grant sudo pri
9090
For more details, and a walkthrough with sample data, please see [examples/package_image](examples/package_image)
9191

9292

93-
### View the inside of a container or package
94-
93+
### View the inside of a container
9594
What's inside that container? Right now, the main way to answer this question is to do some equivalent of ssh. shub provides a command line function for rendering a view to (immediately) show the contents of an image (folders and files) in your web browser. **Important** the browser will open, but you will need to use your password to use Singularity on the command line:
9695

9796

9897
#### Docker Image
99-
10098
shub will render the guts of any Docker image, even if it's not currently on your system. You don't need
10199

102100

@@ -105,14 +103,12 @@ shub will render the guts of any Docker image, even if it's not currently on you
105103

106104
#### Singularity Package or Image
107105

108-
109106
shub --image ubuntu.img --tree
110107

111108

112109
This will open up something that looks like this:
113110

114111
![img/files.png](img/files.png)
115-
116112
An [interactive demo](https://singularityware.github.io/singularity-python/examples/container_tree) is also available, and see the [example](examples/container_tree) for updates.
117113

118114

0 commit comments

Comments
 (0)