This is a little application using vue and webservice made in nodejs for my college activity.
docker run --name mysql_cci -p 0.0.0.0:3306:3306 -e MYSQL_ROOT_PASSWORD=secret -d mysql:latest --character-set-server=utf8 --collation-server=utf8_unicode_ci