From f0636fab5d44abe5b75cde95c8abf9c988ce61a5 Mon Sep 17 00:00:00 2001
From: codegeek004 To start with you have to setup docker on your local system. For that you need docker-compose to be installed on your system. Check the path of the docker-compose using If To setup this on your local system. Follow the steps:
+
brew install docker-compose for mac
+sudo apt install docker-compose for linux
+echo $PATH/usr/local/bin is not in your path, you need to add it.echo 'export PATH="$PATH:/usr/local/bin"' >> ~/.zshrc
+source ~/.zshrc
After accomplishing these steps you need to login into your docker account
+docker login
If you are using the cli version you need to execute docker login username <\username>
After successfully following these steps you can refer to the docs[getting-started] for further execution of the application
+ + + + + + From a9792eaee182321b949720a1cfbce08546515da3 Mon Sep 17 00:00:00 2001 From: codegeek004Check the path of the docker-compose usingecho $PATH
If /usr/local/bin is not in your path, you need to add it.
echo 'export PATH="$PATH:/usr/local/bin"' >> ~/.zshrc
-source ~/.zshrc
+source ~/.zshrc
After accomplishing these steps you need to login into your docker account
docker login
If you are using the cli version you need to execute docker login username <\username>
After successfully following these steps you can refer to the docs[getting-started] for further execution of the application
From a1ac377dbb7c0069315a84514e919f21d51bd95d Mon Sep 17 00:00:00 2001 From: codegeek004To start with you have to setup docker on your local system. For that you need docker-compose to be installed on your system.
-brew install docker-compose for mac
+brew install docker-compose for mac
sudo apt install docker-compose for linux
-
Check the path of the docker-compose usingecho $PATH
If /usr/local/bin is not in your path, you need to add it.
echo 'export PATH="$PATH:/usr/local/bin"' >> ~/.zshrc
-source ~/.zshrc
+
+Check the path of the docker-compose usingecho $PATH
+If /usr/local/bin is not in your path, you need to add it.echo 'export PATH="$PATH:/usr/local/bin"' >> ~/.zshrc
+source ~/.zshrc
After accomplishing these steps you need to login into your docker account
-docker login
If you are using the cli version you need to execute docker login username <\username>
After successfully following these steps you can refer to the docs[getting-started] for further execution of the application
+docker logindocker login username <__username__>After successfully following these steps you can refer to the docs[getting-started] for further execution of the application
+License +------- + +This software is licensed under The MIT License(MIT). See the [LICENSE][LICENSE] file in the top distribution directory for the full license text. + +[LICENSE]: https://github.com/pythonindia/junction/blob/master/LICENSE From a99eb03fa564b71c6dc54293ce6acc05e5d4b4bb Mon Sep 17 00:00:00 2001 From: codegeek004To setup this on your local system. Follow the steps:
To start with you have to setup docker on your local system. For that you need docker-compose to be installed on your system.
brew install docker-compose for macsudo apt install docker-compose for linux