Iway Service Manager 8.0 running in ubuntu enviornment
196
version: "20.10.21"
services:
ism:
image: abiphilip/ism_with_ssh
volumes:
- ism_etc:/home/ready/iway8/etc
- ism_config:/home/ready/iway8/config
ports:
- "9999:9999"
- "9000:9000"
- "22:22"
entrypoint: ["bash", "-c", "sudo systemctl enable ssh && sudo service ssh start && cd /home/ready/iway8 && /home/ready/iway8/iway8.sh base"]
restart: always
volumes:
ism_etc:
ism_config:
4. run the image by typing this command IN THE DIRECTORY where you saved the file with the commands above. --> docker-compose up -d 5. IWAY will run on the localhost on ports 9999 and 9000 respectively. 6. You should be able to go to a web browser and type http://localhost:9999 and Iway should prompt up. NOTE: The commands above once you copied and pasted into notepad or notepad++ or Visual Studio or you editor of choice, make sure you ident everything with the TAB button as you see it above. Also, where you the the syntax REMOVE it and make sure there is actual line return right after.
Content type
Image
Digest
sha256:8c278eb85…
Size
828.8 MB
Last updated
almost 4 years ago
docker pull abiphilip/ism_with_ssh