1 Star 0 Fork 1K

nelsonzou / apollo

forked from ApolloAuto / apollo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
how_to_save_and_load_docker_image.md 726 Bytes
一键复制 编辑 原始数据 按行查看 历史
storypku 提交于 2020-10-14 17:18 . Docs: updated Docker Save/Load document

How to Save and Load Apollo Docker Images

Considering that Apollo Docker images are usually serveral Gigabytes in size, you can pull them over WIFI or other stable Internet connections, and then copy the relavant images to vehicle.

Save Docker Images

After you have pulled the relavant Docker image, you can save it as a tarball by running the following command:

# docker save -o <path/to/saved/image/tar> <repo:tag>
docker save -o apollo_dev.tar apolloauto/apollo:dev-x86_64-18.04-20200823_0534

Load the Docker Image

With the taballs copied to vehicle, you can reload the relavant Apollo Docker image by running:

# docker load -i <path/to/docker/tarball>
docker load -i apollo_dev.tar
C++
1
https://gitee.com/nelsonzou/apollo.git
git@gitee.com:nelsonzou/apollo.git
nelsonzou
apollo
apollo
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891