记录了当时计划学习Docker时的情况

使用Docker的原因

为了编译TOPPERS/FMP和SSP,我们在Macintosh上无法成功编译GCC交叉编译器,因此决定在Docker上的Ubuntu系统上进行编译。

如何使用Docker在Macintosh上的RaspberryPi上进行TOPPERS/FMP编程?另外,有关名古屋的IoT方面,请使用名古屋的操作系统。

开始使用Docker的人有各种不同的原因。

在这里,我们将以上述利用为中心,致力于收集所需的信息。

在遇到各种未知的事情时,我无法很好地整理思绪。

下面是Docker利用的16个理由,链接为https://qiita.com/kaizen_nagoya/items/c4e5075142bf5e11ddbe

Docker使用所面临的挑战

在Linux系统上的使用(Debian/Ubuntu/Raspbian)

如何使用Docker

異なる版のLinuxを容易に利用
同じ版のLinuxでも異なるコンパイラを容易に利用
同じ版のLinux,コンパイラで、異なるアプリを利用

在Linux上,Docker与macOS和Windows的区别(以Linux视角)是什么?

家里。

在Macintosh上使用

如何在Mac上安装Docker。

$ brew install docker
==> Downloading https://homebrew.bintray.com/bottles/docker-18.03.0.high_sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring docker-18.03.0.high_sierra.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/docker
Target /usr/local/bin/docker
already exists. You may want to remove it:
  rm '/usr/local/bin/docker'

To force the link and overwrite all conflicting files:
  brew link --overwrite docker

To list all files that would be deleted:
  brew link --overwrite --dry-run docker

Possible conflicting files are:
/usr/local/bin/docker -> /Applications/Docker.app/Contents/Resources/bin/docker
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d

zsh completions have been installed to:
  /usr/local/share/zsh/site-functions
==> Summary
?  /usr/local/Cellar/docker/18.03.0: 8 files, 50.3MB


brew cask install docker
==> Satisfying dependencies
==> Downloading https://download.docker.com/mac/stable/23751/Docker.dmg
######################################################################## 100.0%
==> Verifying checksum for Cask docker
==> Installing Cask docker
==> Purging files for version 18.03.0-ce-mac60,23751 of Cask docker
Error: It seems there is already an App at '/Applications/Docker.app'.

使用Docker在Mac上

在macOS上工作,无需担心GCC源代码编译以及字符、字符编码、字符串长度等限制,并方便地使用Linux操作系统。

Docker在Mac和Linux与Windows之间的区别(以Mac的角度来看)

有不同的操作系统。

在Windows系统下的使用

Docker for Windowsの導入方法

docker for windowsのInstallerをダウンロード
https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe

双击以执行。http://blog.saboh.net/windows10proaddgroup/

なんとか導入できました。

Docker for Windowsの理解の仕方

Docker for WindowsとLinux, macOSとの違い(Windows視点)

在Qiita上使用Docker

Docker命令合集
https://qiita.com/mochizukikotaro/items/9cb09db35fd1668b9a27

使用Docker进行定时处理的cron任务
https://qiita.com/midoribi/items/496dcb6f8307ce7e2af0

Dockerfile的含义是什么?

Dockerfile技巧
https://qiita.com/yuyakato/items/4e8616ad83d67e35bc5a

如果希望在 Dockerfile 的 RUN 指令中添加行间分隔符,可以使用反斜杠(\),这样很方便。

关于Dockerfile:
https://qiita.com/tanan/items/e79a5dc1b54ca830ac21

Dockerfile

Docker文件 (Docker

Dockerfile
https://qiita.com/Masabow/items/145481fbb88df02a6117

Dockerfile文件
https://qiita.com/Masabow/items/145481fbb88df02a6117

Mac上的Docker

我想要缩小Docker for Mac的数据文件的故事
https://qiita.com/akym03/items/4577207d31df7df02962

我之前对Docker没有尝试过,一直都对它持有负面看法。现在我想试试看。
(Translation: I used to dislike Docker without trying it, but now I want to give it a try.)

docker login での Sign in について
https://qiita.com/tearoom6/items/b14913161250b2b30d0f

首次使用Docker for Mac
https://qiita.com/kobori_akira/items/0cc993caeb20d77cd367

Windows的文档编辑软件

如果在Windows上使用Docker时将DNS切换到8.8.8.8仍无法获取Docker镜像,以下是解决方法。
https://qiita.com/bnosuke/items/685e6ccdd720b11ac603

一些功能

如何访问构建失败的Docker镜像
https://qiita.com/amasok23/items/01071447493497b627f3

从Dockerfile参考上一级目录中的文件夹。

片段:Dockerfile
https://qiita.com/tukiyo3/items/3f9208d0a10708bdc755

副本:Dockerfile
https://qiita.com/tukiyo3/items/3f9208d0a10708bdc755

请使用相对较新的资料(参考资料,请使用更新的资料)。

docker
https://qiita.com/toripiyo/items/05d627a9dd7570feda72

Docker
https://qiita.com/toripiyo/items/05d627a9dd7570feda72

请使用更完整的资料(参考资料)。请使用更全面的资料作为参考。

Docker笔记
https://qiita.com/yshi12/items/f46a519c4e79841198bf

Docker介绍: Docker是一个开源的平台,允许开发人员将应用程序和其依赖项打包到一个轻量级的容器中。这些容器可以在不同的环境中部署,从而提供了更简单和可移植的应用程序开发和部署解决方案。

Docker是什么?如何使用它?

docker在Mac上的安装步骤
https://qiita.com/hogehoge1234/items/7c73be819295d183aa5b

只需网址

什么是Docker
https://qiita.com/pi-su/items/6918210d3ff24dd6fa5d

文件历史

ver. 0.01 初稿 20180403
ver. 0.02 補足 20190222
ver. 0.03 標題追記 20190813
ver. 0.04 ありがとう追記 20230413

谢谢您一直阅读到最后。

喜欢的话,请关注一下。

非常感谢您阅读到最后一句话。

请点击喜欢的图标 ? 并关注我,享受幸福生活。

bannerAds