79379357

Date: 2025-01-22 22:26:13
Score: 1
Natty:
Report link

If the container is already created.

  1. Stop the container
docker stop <container_name>
  1. Commit the container
docker commit keycloak keycloak2
  1. Rerun with new port
docker run -p 28080:28080 -td keycloak2 start-dev --http-port=28080
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cnichols