I cant seem to get a php file to run.
I ran the container , with a simple php file that does a die changes the path to my file which was sitting on my host machine. Is there anything else I need to b…
I installed successfully with
```
sudo docker import - busyboxplus:just-right < rootfs.tar
```
Then I tried to pull CodeIgniter like so:
```
/ # cd opt
/opt # mkdir ci
/opt # cd ci
/opt/ci # git in…