App Connect

App Connect

Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Applicationintegration
#App Connect
#AppConnect
#Integration
#Automation
 View Only
  • 1.  docker run command needs fix

    Posted 05/23/21 09:33 AM
    the docker run command seems copied from previous docker hub page since we have changed the name of image the command also needs to be updated -  Docker Hub
    Docker remove preview
    Docker Hub
    View this on Docker >


    docker run --name aceserver -p 7600:7600 -p 7800:7800 -p 7843:7843 --env LICENSE=accept --env ACE_SERVER_NAME=ACESERVER ibmcom/ace:latest

    to 

    docker run --name aceserver -p 7600:7600 -p 7800:7800 -p 7843:7843 --env LICENSE=accept --env ACE_SERVER_NAME=ACESERVER ibmcom/ace-server:latest

    ------------------------------
    Satendra Negi
    ------------------------------


  • 2.  RE: docker run command needs fix

    Posted 05/26/21 10:34 AM
    Hi Satendra,
    I sent this to the team and it has been fixed. Thanks for the suggestion and posting it for others until we were able to change it!

    ------------------------------
    Stephanie Wilkerson
    IBM
    ------------------------------