Skip to content

Commit f2f7a99

Browse files
committed
minor tweak to metadata pg
1 parent 4fd5e97 commit f2f7a99

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pages/docs/user-docs/docs-environment-metadata.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ SINGULARITY_CONTAINER=test.img
5353

5454
Notice the `--cleanenv` in the example above? That argument specifies that we want to remove the host environment from the container. If we remove the `--cleanenv`, we will still pass forward `HELLO=WORLD`, and the list shown above, but we will also pass forward all the other environment variables from the host.
5555

56-
Here is a command to directly echo the variable we define:
57-
5856
## Labels
5957
Your container stores metadata about it's build, along with Docker labels, and custom labels that you define during build in a `%labels` section. For containers that are generated with Singularity version 2.4 and later, labels are represented using the <a href="http://label-schema.org/rc1/">rc1 Label Schema</a>. For example:
6058

@@ -100,7 +98,7 @@ The `inspect` command is useful for viewing labels and other container meta-data
10098

10199
## Container Metadata
102100

103-
Inside of the container, metadata is stored in the `/.singularity.d` directory. Here is an example of the contents:
101+
Inside of the container, metadata is stored in the `/.singularity.d` directory. You probably shouldn't edit any of these files directly but it may be helpful to know where they are and what they do:
104102

105103
```
106104
/.singularity.d/

0 commit comments

Comments
 (0)