Sign inSign up

abiphilip/ism_with_ssh

By abiphilip

Updated almost 4 years ago

Iway Service Manager 8.0 running in ubuntu enviornment

Image
0

196

abiphilip/ism_with_ssh repository overview

  1. Make sure you have docker installed on your OS.
  2. Pull this image down by executing: docker pull abiphilip/ism_with_ssh
  3. Create a file in a directory named docker-compose.yml and copy the lines below and save the file copy the version and servies text as part of the file

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.

Tag summary

Content type

Image

Digest

sha256:8c278eb85

Size

828.8 MB

Last updated

almost 4 years ago

docker pull abiphilip/ism_with_ssh