You will need to save the Docker image as a tar file:
> docker save -o <path for generated tar file> <image name> Then copy your image to a new system with regular file transfer tools such as cp, scp, or rsync (preferred for big files). After that you will have to load the image into Docker:
> docker load -i <path to image tar file> You should add filename (not just directory) with -o, for example:
> docker save -o c:/myfile.tar centos:16 PS: You may need to sudo all commands.
To play RTMP content (requires Flash): http://localhost:8080/players/rtmp.html
To play HLS content: http://localhost:8080/players/hls.html
To play HLS content using hls.js library: http://localhost:8080/players/hls_hlsjs.html
To play DASH content: http://localhost:8080/players/dash.html
To play RTMP and HLS contents on the same page: http://localhost:8080/players/rtmp_hls.html
docker pull 中EOF错误的解决办法(之一)
1 2 3 4 5
root@debian12:~/synctv# docker-compose up WARN[0000] /root/synctv/docker-compose.yml: `version` is obsolete [+] Running 1/1 ✘ synctv Error Get "https://registry-1.docker.io/v2/": EOF 26.2s Error response from daemon: Get "https://registry-1.docker.io/v2/": EOF