Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

openecomp/mso  latest                               419e9d8a17e8 3 minutes ago 1.62GB

Start the mariadb container

cd $HOME/onap/workspace/SO/docker-config

...

mariadb_1  | Version: '10.1.11-MariaDB-1~jessie-log'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  mariadb.org binary distribution

Log into the mariadb container and run the mysql client program

No Format
nopaneltrue
    docker exec -it dockerconfig_mariadb_1 /bin/bash
    mysql -uroot -ppassword

Start the mso container

cd $HOME/onap/workspace/SO/docker-config

...

mso_1      | 20:59:31,586 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 59937ms - Started 2422 of 2747 services (604 services are lazy, passive or on-demand)

Log into the mso container

docker exec -it dockerconfig_mso_1 /bin/bash

...