Created
October 17, 2019 13:11
-
-
Save rajasgs/bfec49e68f7bd2f3e5cc109ce892d328 to your computer and use it in GitHub Desktop.
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
docker build -t flask-reverse-string:latest . | |
docker run -d -p 4000:5000 flask-reverse-string:latest | |
docker commit <containerid> rajakwikee/flask-reverse-string:latest | |
docker push rajakwikee/flask-reverse-string |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment