Hi guys, how can I rebuild aibyte docker from scra...
# troubleshooting
m
Hi guys, how can I rebuild aibyte docker from scratch, removing all cache and previous builds?
z
Hi, man! I am not from Airbyte support, but here are some useful commands: 1. sudo docker ps a. (check which are the current running containers) 2. sudo docker kill <ID> a. you can kill them one by one with their ID from the previous command 3. sudo docker ps -a a. check all containters (actrive and inactive) 4. sudo docker system prune a. remove all containers You can also use the UI and Stop or Remove the container.