- Follow Login to Docker Container instructions
- Change directory to where the app is stored:
cd /app
- To exit run
exit
- Make code change
- Build changes into docker image:
docker compose build
- Start the cotnainer:
docker compose up
- Get container id with
docker ps
- Print logs with
docker logs {container_id}
- Get container id with
docker ps
- Print logs with
docker exec -it {container_id} bash
Location: /etc/systemd/system/home-automation-containers.service
See Status: systemctl status home-automation-containers.service
Start: systemctl start home-automation-containers.service
Location: /lib/systemd/system/tv_controller_interface.service
See Status: systemctl status tv_controller_interface.service
Start: systemctl start tv_controller_interface.service