Skip to content
Home

Welcome

This site is collections of documents created by Tadashi Nemoto(tadashi0713).

Have a good read!

コンテンツ


Dockerワークショップ

Dockerドキュメント で提供されているワークショップを日本語訳したものです。


Docker Scout ドキュメント

Docker Scout ドキュメント を日本語訳したものです。


Docker Build Cloud ドキュメント

Docker Build Cloud ドキュメント を日本語訳したものです。

Docker で動かす

このドキュメントサイトは Docker イメージとして Docker Hub に公開されています。

  1. Docker Desktop を開きます(インストールしていない場合には こちら からダウンロードします)
  2. ターミナルで次のコマンドを実行します docker run -dp 80:80 tadashi0713/docs-tadashi0713-dev
  3. http://localhost をブラウザで開きます

Run on Docker

This document site is published as a Docker image on Docker Hub.

  1. Open Docker Desktop. (Download here if you don’t have it).
  2. Type the following command in your terminal: docker run -dp 80:80 tadashi0713/docs-tadashi0713-dev
  3. Open your browser to http://localhost