Skip to content

Commit c91ec92

Browse files
committed
Minor update, no writable layer by default
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 4f5a32d commit c91ec92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_posts/2024-03-08-containers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,17 @@ the Alpine Linux image.
8787
admin@infix:/> configure
8888
admin@infix:/config> edit container web
8989
admin@infix:/config/container/web/> set image docker://nginx:alpine
90+
admin@infix:/config/container/web/> set volume cache target /var/cache
9091
admin@infix:/config/container/web/> edit network
9192
admin@infix:/config/container/web/network/> set interface docker0
9293
admin@infix:/config/container/web/network/> set publish 8080:80
9394
admin@infix:/config/container/web/network/> leave
9495
```
9596

97+
> Infix does not create a writable layer by default, so you need to
98+
> explicitly add *volumes* for directories your container needs.
99+
{: .prompt-info }
100+
96101
Issuing the command `leave` queues a job to download the image and
97102
create a container in the background. To see the progress:
98103

0 commit comments

Comments
 (0)