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.
87
87
admin@infix:/ > configure
88
88
admin@infix:/config > edit container web
89
89
admin@infix:/config/container/web/ > set image docker://nginx:alpine
90
+ admin@infix:/config/container/web/ > set volume cache target /var/cache
90
91
admin@infix:/config/container/web/ > edit network
91
92
admin@infix:/config/container/web/network/ > set interface docker0
92
93
admin@infix:/config/container/web/network/ > set publish 8080:80
93
94
admin@infix:/config/container/web/network/ > leave
94
95
```
95
96
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
+
96
101
Issuing the command ` leave ` queues a job to download the image and
97
102
create a container in the background. To see the progress:
98
103
You can’t perform that action at this time.
0 commit comments