Not logged in : Login
(Sponging disallowed)

About: How Do I Install Virtuoso Docker Container Image?: Step 3     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : schema:HowToStep, within Data Space : www.openlinksw.com associated with source document(s)
QRcode icon
http://www.openlinksw.com/describe/?url=http%3A%2F%2Fdata.openlinksw.com%2Foplweb%2Fhowto%2FHowDoIInstallVirtuosoDockerContainerImageStep3%23this

Creating a sample Virtuoso Docker instance Here is a quick example of how to create a new virtuoso instance on your system: $ mkdir my_virtdb $ cd my_virtdb $ docker run \ --name my_virtdb \ --interactive \ --tty \ --env DBA_PASSWORD=mysecret \ --publish 1111:1111 \ --publish 8890:8890 \ --volume `pwd`:/database \ openlink/virtuoso-closedsource-8:latest This 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. The docker 8 image in running in foreground (with -i or --interactive) mode, so you can see what it is doing. You should now be able to contact the Virtuoso 11 HTTP server using the following URL: http://localhost:8890/ You can shut down Virtuoso by pressing the CTRL and C buttons in that terminal session.

AttributesValues
description
  • Creating a sample Virtuoso Docker instance Here is a quick example of how to create a new virtuoso instance on your system: $ mkdir my_virtdb $ cd my_virtdb $ docker run \ --name my_virtdb \ --interactive \ --tty \ --env DBA_PASSWORD=mysecret \ --publish 1111:1111 \ --publish 8890:8890 \ --volume `pwd`:/database \ openlink/virtuoso-closedsource-8:latest This 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. The docker 8 image in running in foreground (with -i or --interactive) mode, so you can see what it is doing. You should now be able to contact the Virtuoso 11 HTTP server using the following URL: http://localhost:8890/ You can shut down Virtuoso by pressing the CTRL and C buttons in that terminal session.
  • Creating a sample Virtuoso Docker instance Here is a quick example of how to create a new virtuoso instance on your system: $ mkdir my_virtdb $ cd my_virtdb $ docker run \ --name my_virtdb \ --interactive \ --tty \ --env DBA_PASSWORD=mysecret \ --publish 1111:1111 \ --publish 8890:8890 \ --volume `pwd`:/database \ openlink/virtuoso-closedsource-8:latest This 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. The docker image in running in foreground (with -i or --interactive) mode, so you can see what it is doing. You should now be able to contact the Virtuoso HTTP server using the following URL: http://localhost:8890/ You can shut down Virtuoso by pressing the CTRL and C buttons in that terminal session.
described by
title
  • How Do I Install Virtuoso Docker Container Image?: Step 3
type
position
is topic of
is schema:step of
Faceted Search & Find service v1.17_git122 as of Jan 03 2023


Alternative Linked Data Documents: iSPARQL | ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Apr 5 2024, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (30 GB total memory, 27 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software