## SA docker image install & run ## Doc Ver: 1.2 ## Image Ver: 265.0.2.2 # 1. Import image. bash docker_pull.sh # 2. Run with bridge network # 2.1. Run image. bash docker_start.sh # 2.2. Access manage page. http://127.0.0.1:81/ # Replace '127.0.0.1' with the host'IP that has been installed with this docker image. # 3. Run with host network # 2.1. Run image. bash docker_start_host.sh # 2.2. Access manage page. http://127.0.0.1:81/ http://127.0.0.1:8080/ # Replace '127.0.0.1' with the host'IP that has been installed with this docker image. # 4. ssh default port: 23