. . . "How Do I Install Virtuoso Docker Container Image?: Step 3" . "3"^^ . . . "Creating a sample Virtuoso Docker instance\n\nHere is a quick example of how to create a new virtuoso instance on your system:\n\n$ mkdir my_virtdb\n$ cd my_virtdb\n$ docker run \\\n --name my_virtdb \\\n --interactive \\\n --tty \\\n --env DBA_PASSWORD=mysecret \\\n --publish 1111:1111 \\\n --publish 8890:8890 \\\n --volume `pwd`:/database \\\n openlink/virtuoso-closedsource-8:latest\n\nThis will create a new Virtuoso database in the my_virtdb subdirectory and starts a Virtuoso instance with the HTTP server listening on port 8890 and the ODBC / JDBC / ADO.Net / OLE-DB / ISQL data server listening on port 1111.\n\nThe docker image in running in foreground (with -i or --interactive) mode, so you can see what it is doing.\n\nYou should now be able to contact the Virtuoso HTTP server using the following URL:\n\nhttp://localhost:8890/\n\nYou can shut down Virtuoso by pressing the CTRL and C buttons in that terminal session." . "Creating a sample Virtuoso Docker instance\n\nHere is a quick example of how to create a new virtuoso instance on your system:\n\n$ mkdir my_virtdb\n$ cd my_virtdb\n$ docker run \\\n --name my_virtdb \\\n --interactive \\\n --tty \\\n --env DBA_PASSWORD=mysecret \\\n --publish 1111:1111 \\\n --publish 8890:8890 \\\n --volume `pwd`:/database \\\n openlink/virtuoso-closedsource-8:latest\n\nThis will create a new Virtuoso 11 database in the my_virtdb subdirectory and starts a Virtuoso instance with the HTTP server listening on port 8890 and the ODBC 2 / JDBC / ADO.Net / OLE-DB / ISQL data server listening on port 1111.\n\nThe docker 8 image in running in foreground (with -i or --interactive) mode, so you can see what it is doing.\n\nYou should now be able to contact the Virtuoso 11 HTTP server using the following URL:\n\nhttp://localhost:8890/\n\nYou can shut down Virtuoso by pressing the CTRL and C buttons in that terminal session." .