1 Star 0 Fork 1K

xjd_1985 / 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/xjd_1985/apollo.git
git@gitee.com:xjd_1985/apollo.git
xjd_1985
apollo
apollo
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891