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 に公開されています。
- Docker Desktop を開きます(インストールしていない場合には こちら からダウンロードします)
- ターミナルで次のコマンドを実行します
docker run -dp 80:80 tadashi0713/docs-tadashi0713-dev
- http://localhost をブラウザで開きます
Run on Docker
This document site is published as a Docker image on Docker Hub.
- Open Docker Desktop. (Download here if you don’t have it).
- Type the following command in your terminal:
docker run -dp 80:80 tadashi0713/docs-tadashi0713-dev
- Open your browser to http://localhost