File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,17 @@ the Alpine Linux image.
8787admin@infix:/ > configure
8888admin@infix:/config > edit container web
8989admin@infix:/config/container/web/ > set image docker://nginx:alpine
90+ admin@infix:/config/container/web/ > set volume cache target /var/cache
9091admin@infix:/config/container/web/ > edit network
9192admin@infix:/config/container/web/network/ > set interface docker0
9293admin@infix:/config/container/web/network/ > set publish 8080:80
9394admin@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+
96101Issuing the command ` leave ` queues a job to download the image and
97102create a container in the background. To see the progress:
98103
You can’t perform that action at this time.
0 commit comments