Results of 1 - 10 of about 12 for package (0.016 sec.)
- イメージの構築 14627
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
ng in 3a2558904e9b Selecting previously unselected package libasan0:amd64. ( Reading database ... 11518 files...
.2-19ubuntu1 ) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../libatomi...
.2-19ubuntu1 ) ... Selecting previously unselected package libgmp10:amd64. Preparing to unpack .../libgmp10_2...
fsg-1ubuntu1 ) ... Selecting previously unselected package libisl10:amd64. Preparing to unpack .../libisl10_0...
- https://man.plustar.jp/docker/engine/tutorials/dockerimages.html - [similar]
- イメージの構築と実行 8861
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker 概要 クイッ
...
app # ホスト上のファイルを現在の場所にコピー COPY package . json . # イメージのファイルシステム内でコマンドを...
クトリ /usr/src/app 内で行うよう指定します。 COPY は package.json をホスト上からイメージ内の現在の場所( . )に...
コピーします(今回の例では、 /usr/src/app/package.json にコピーします)。 RUN はイメージ・ファイルシ...
内で npm install コマンドを実行します(これにより、 package.json を読み込み、アプリケーションの node 依存関係を...
- https://man.plustar.jp/docker/get-started/part2.html - [similar]
- ZFS ストレージの使用 8790
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
-get install -y software-properties-common Reading package lists... Done Building dependency tree <出力を省略...
e ZFS filesystem for Linux. Install the ubuntu-zfs package. <出力を省略> gpg: key F6B0FC61: public key "Launc...
ed> Fetched 10 .3 MB in 4s ( 2 ,370 kB/s ) Reading package lists... Done ubuntu-zfs パッケージをインストールし...
ます。 $ sudo apt-get install -y ubuntu-zfs Reading package lists... Done Building dependency tree <出力を省略...
- https://man.plustar.jp/docker/storage/storagedriver/zfs-driver.html - [similar]
- Dockerfile のベスト・プラクティス 8702
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 概要
...
します。 RUN apt-get update && apt-get install -y \ package-bar \ package-baz \ package-foo 1つの RUN コマンド...
します。 RUN apt-get update && apt-get install -y \ package-bar \ package-baz \ package-foo = 1 .3.* バージョン...
- https://man.plustar.jp/docker/develop/develop-images/dockerfile_best-practices.h... - [similar]
- Chef を使う 8401
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
hef リソースも使えます(file、template、directory、package 等)。 docker_service 'default' do action [ :creat...
- https://man.plustar.jp/docker/engine/admin/chef.html - [similar]
- Compose における環境変数 8154
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
ん。 NodeJS コンテナーの仕様: script:start に対して package.json のエントリを含む場合、たとえば NODE_ENV=test...
- https://man.plustar.jp/docker/compose/environment-variables.html - [similar]
- アンバサダを経由したリンク 8154
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
g/ # use alpine because its a minimal image with a package manager. # prettymuch all that is needed is a cont...
- https://man.plustar.jp/docker/engine/admin/ambassador_pattern_linking.html - [similar]
- PostgreSQL の Docker 化 8154
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
Add the PostgreSQL PGP key to verify their Debian packages. # It should be the same key as https://www.postg...
``postgres`` user created by the ``postgres-9.3`` package when it was ``apt-get installed`` USER postgres #...
- https://man.plustar.jp/docker/engine/examples/postgresql_service.html - [similar]
- Ubuntu 用 Docker CE の入手 8083
- Docker-docs-ja 19.03 Guides - ガイド Docker の入手 Get started - 始めましょう Docker で開発 プロ
...
wnload.docker.com/linux/ubuntu xenial/stable amd64 Packages こちらには有効なリポジトリを表示します。また、特定...
ロードした場所に変更します。 $ sudo dpkg -i /path/to/package.deb Docker デーモンは自動的に起動します。 Docker C...
- https://man.plustar.jp/docker/engine/installation/linux/docker-ce/ubuntu.html - [similar]