Skip to content
#

inspector

Here are 173 public repositories matching this topic...

docwhat
docwhat commented Aug 19, 2019

When using AUFS as the storage driver in docker (or podman, etc.) then the maximum number of layers that can have data is "42".

This is because each layer that has data is unpacked into the file-system and then union mounted over each other. AUFS only allows a maximum of 42 layers to be mounted over each other.

The hard-limit is 127 data layers which is due to the maximum number of argu

terlar
terlar commented Mar 1, 2019

I often end up creating multiple configurations, that basically does the same thing. It would be nice if the commands supported variable references to such things as current buffer/file. This could allow for more use-cases and generic configurations.

This is currently supported by Visual Studio code, see https://code.visualstudio.com/docs/editor/variables-reference

I think it is a kind of ne

Improve this page

Add a description, image, and links to the inspector topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the inspector topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.