Skip to main content

Posts

Showing posts with the label ecommerce

Running your first shop on docker

Background: Docker is a subset of the bigger Moby Project , created in order to run multiple virtual machines via container system.  "It   i s a software framework for building, running, and managing containers on servers and the cloud ."-  Opensource.com What is a container? If you have any experience in web development, you would be familiar with the concept of servers. Traditionally, servers have been hardware made to allow people to connect to websites. However, this system had its own flaws. Hardware dependency had to be reduced so the concept of containers was given. Containers are software based servers. They provide an added benefit since they are a hybrid of the relatively faster Linux OS and a hyper-localized runtime environment. How to run your first Shopware shop on Docker? Running your demo-store (or Demo-shop) on docker is quite easy. Let us show you how to perform this task step by step: My Setup: For this tutorial, I will be using: 1. Windows 10 pro ...