0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

dockerを使ってみた!

Last updated at Posted at 2021-05-31

まず、インストールする。

Dockerfileというファイルを作成
使うライブラリや環境など、イメージを作る。

#dockerを実行
docker container run

dockerとwebサーバーのポート通信の指定、名前をwebrick

docker container run -p 8000:8000 --name webrick samp
le/webrick:latest

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?