Code Monkey home page Code Monkey logo

docker-raccoon's Introduction

Travis Build

MageOps Raccoon Docker Containers

Local development (and demo) containers running full CentOS 7 system provisioned with MageOps Ansible Infrastructure code.

⚡️ Jump straight to the Demo section to see some action.

Containers

Ansible

Ansible code is preinstalled inside the containers in /opt/mageops/ansible and basic functionality is easily accesible using scripts prefixed with mageops- which you can find in /opt/mageops/bin or use directly as they are symlinked into /usr/local/bin.

Development

Read this section if you want a self-contained, isolated and easy to use MageSuite (or Magento) development environment.

This container has no code installed so it's wont do anything for you unless you have some Magento code and set it up.

💡 The containers don't need the docker privileged mode, however, it may be good to use in some cases if you need to do some advanced debugging (like using strace).

More information coming soon...

Demo

Start the docker container:

docker run \
    --interactive \
    --tty \
    --rm \
    --tmpfs /run:exec \
    --tmpfs /tmp:exec \
    --volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
    --publish 80:8080 \
    --publish 443:443 \
        mageops/raccoon-demo

Once its fully started you can open the shop in your browser.

In case you are attached with interactive tty (recommended!) you will know when it's ready, otherwise observe the docker health status.

You can get to the admin using admin as user and racc00n for password.

PS Port 8080 is varnish.

💡Using magesuite.me host is also possible for HTTPs but you'd have to add the line 127.0.0.1 magesuite.me to your /etc/hosts file.

⚠️ The whole system is in production mode which means the demo container is not suitable for development.

docker-raccoon's People

Contributors

pinkeen avatar

Watchers

Krzysztof Daniel avatar James Cloos avatar

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.