Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
docker ps -a
docker logs -f <container_id>

Restarting

To restart the container, first remove it:

Code Block
docker rm -f proxy-lipi

Then start it again as described above.