1
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 1 year has passed since last update.

docker engine and docker compose

Last updated at Posted at 2022-03-08

overview

docker desktopを利用しないでdockerを利用する設定

installation

docker engine

docker compose v2

 $ DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
 $ mkdir -p $DOCKER_CONFIG/cli-plugins
 $ curl -SL ${URL_OF_DARWIN} $DOCKER_CONFIG/cli-plugins/docker-compose
 $ chmod 755 $DOCKER_CONFIG/cli-plugins/docker-compose

env

zsh

export DOCKER_HOST=unix:///${SOCK_DIR}/docker.sock
export DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
1
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
1
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?