0
0

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.

[01] docker-composeを活用して即座に Ruby 3.0 slim-buster を立てる (簡易手順のみ)

Posted at

はじめに

Ruby 3.0-slim-buster を使ったビルドコンテナ」を作成する
 

手順

$ git clone git@github.com:robozushi10/qiita-ruby3.0-docker
$ cd qiita-ruby3.0-docker
$ vim PV/rb/app/Gemfile
導入したいパッケージを書く

$ docker-compose build --no-cache
$ docker-compose up -d

PV/rb/app/. にコードを配置していく.

なお、コンテナ内にはエディタが存在しないのでホスト側から編集する想定である.

 

以上.

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?