IsReadOnly returns whether the image is set read only.
()
| 142 | |
| 143 | // IsReadOnly returns whether the image is set read only. |
| 144 | func (i *Image) IsReadOnly() bool { |
| 145 | return i.storageImage.ReadOnly |
| 146 | } |
| 147 | |
| 148 | // IsDangling returns true if the image is dangling, that is an untagged image |
| 149 | // without children. |
no outgoing calls