Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 517 Bytes

prerequisites.md

File metadata and controls

17 lines (11 loc) · 517 Bytes

Prerequisite

Be sure to have a recent version of docker and docker-compose.

  1. to install docker, refers to this documentation, or kindly ask to someone who will be glad to help you :) Also do the optional configuration "Create a Docker group". If it does not work, try this command:

     sudo gpasswd -a ${USER} docker
    

    and restart the Docker daemon.

  2. to install docker-compose, run

     sudo pip install docker-compose