LoginSignup
9
9

More than 5 years have passed since last update.

UbuntuでDocker環境を構築

Last updated at Posted at 2014-07-26

Dockerのインストール

ここを参考にインストール

環境変数の追加

export DOCKER_HOST=tcp://127.0.0.1:4243

デーモンの起動

docker -d

リポジトリからdebianイメージを取得

docker pull debian

debianイメージ確認

docker images

wheezyのイメージを起動して端末へ入る

docker run -it --name debian debian:wheezy /bin/bash

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