Created
April 29, 2020 08:23
-
-
Save arajkumar/6201639c3cda57d07a1b40de685bf86a to your computer and use it in GitHub Desktop.
Alpine Linux on AWS for docker push
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apk add vim git docker docker-cli | |
sudo service docker start | |
git clone https://github.com/arajkumar/f8a-server-backbone.git | |
cd f8a-server-backbone | |
git checkout v2_changes | |
sudo docker build . -t ararunprasad/backbone_v2 | |
sudo docker login | |
sudo docker push ararunprasad/backbone_v2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment