4
humm...
Ok, my first contribution Docker/XOOPS
Just write here for memo,
please modify it if it's not correct.
show enabled containers :
>docker container ls (or >docker ps)
Enter in the container "xoopstest" (web server Apache ) in bash shell :
>docker run -it xoopstest bash
Then you could use linux command, like "ls", "pwd", "cd"...
Save modifications in the image :
root@xxxxxxx>[i]exit[/i]
>docker commit xxxxxxx xoopstest-update01
Next step :
Put files/directory in image (modules, theme, template)