bpj
January 12, 2021, 8:52pm
2
psweb:
Question 3: Due to my database and Docker confusion, I am doing all my testing on the remote, but after each change I have to save, as well as Deploy, which is time consuming, but it also makes many images in the container, until Wappler says the Container is out of space, I have to go into Portainer and dump all the images no longer in use. Is there a way around this, either that Wappler only keeps the latest 5 images, or is there a way to dump the unused images without Portainer or the CLI, purely in Wappler.
You can use the CLI in Wappler to achieve this:
No problem
Did the error occur when you hit the deploy button? Because I see the system check info only before.
What you can do to test space on your droplet is:
make sure you have the target where the droplet is defined as active
select from the terminals dropdown: “Host Server SSH” (it can take a bit to connect)
[image]
you will see a system status when it connects
then when the terminal is started, to see the available space, execute:
df -h
[image]
to see the …
Best bit is, once you have run docker system prune
once. You just need to go to the Host Server SSH next time and press up arrow to see the previously run command to run it again - simples
1 Like