32位Ubuntu的Docker映像 [英] Docker image of 32 bit Ubuntu

查看:577
本文介绍了32位Ubuntu的Docker映像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


  1. 我正在寻找具有32位Ubuntu的轻量级docker映像。在哪里可以找到它?

  1. I am looking a lightweight docker image with Ubuntu 32 bit. Where can I find it?

当我在带有Dockerfile的目录中放置命令 docker build。时,输出如下:

When I put a command docker build . in my directory with Dockerfile I get output like:




ending build context to Docker daemon 10.21 MB
 Step 1 : FROM ubuntu
  ---> 104bec311bcd
 Step 2 : ENV x /home/
  ---> Using cache
  ---> e38b022c91f8
 Step 3 : COPY ./x /home
  ---> Using cache
  ---> c4558c94236f


这些哈希是什么意思?我的意思是例如 c4558c94236f 。以及何时进行缓存?

What does those "hashes" means? I mean for example c4558c94236f. And what about when it comes to cache?

推荐答案

您可以在Docker Hub中找到各种32位docker映像,例如

You can find in the Docker Hub various 32 bits docker images, for example

https://hub.docker .com / r / 32bit / ubuntu /

您可以学习如何使用

http://mwhiteley.com/linux- container / 2013/08/31 / docker-on-i386.html

关于散列,您应该阅读

https://docs.docker.com/engine/userguide / storagedriver / imagesandcontainers /

这篇关于32位Ubuntu的Docker映像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆