Docker Hub

Docker Hub#

Push latest#

docker build -t t5750/python-ffmpeg .
docker push t5750/python-ffmpeg

Push tag#

docker tag t5750/python-ffmpeg t5750/python-ffmpeg:1.0
docker push t5750/python-ffmpeg:1.0

References#