Coder Social home page Coder Social logo

vc-docker's Introduction

VirtoCommerce Containers / Docker

This is a repository for Virto Commerce Docker images. They allow you to quickly configure fully running Virto Commerce environment including storefront and administration site. You can also use docker files to create your own custom images.

How to use these Images

Copy docker-compose.yml to your app directory. You would then be able to run the sites from the app directory.

$ docker-compose up -d

PS: make sure to run "docker-compose pull" to get the latest version of the docker images from the registry if you already ran docker before.

Verify in the browser

Once the container starts, you'll need to finds its IP address so that you can connect to your running container from a browser. You use the docker inspect command to do that:

docker inspect -f "{{ .NetworkSettings.Networks.nat.IPAddress }}" vcdocker_vc-platform-web_1

You will see an output similar to this:

172.28.103.186

You can connect the running container using the IP address and configured port, http://172.28.103.186 in the example shown. You can also reference individual containers by HOST computer ip address using addresses below:

  • Admin: http://HOST_IP_ADDRESS:8090.
  • Storefront: http://HOST_IP_ADDRESS:8080.

You can change mapped addresses inside docker-compose.yml.

Troubleshooting Docker Instances

To see running instances run docker ps

To connect to specific instance run docker exec -it vcdocker_vc-platform-web_1 cmd

Known Issues

No known issues

vc-docker's People

Contributors

asvishnyakov avatar lnetrebskii avatar mvktsk avatar olegoo avatar tatarincev avatar trueboroda avatar woland2k avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vc-docker's Issues

In linux environment platform docker image runs before sql image fully initialized

When using docker compose, platform image starts and tries to connect to SQL Server before SQL Server image can initialize which causes platform to crash, especially on the very first run.

In order to resolve it we'll need to add healthcheck dependency so the platform image is not initialized before sql image is fully functioning.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.