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

事前準備が必要だよ。

  • docker engin
  • git

squidとは何か?

プロキシサーバーを実装するためのソフトウェア。

インストール方法

ソースダウンロード

次のページからダウンロードする

または、

git clone https://github.com/new-awesomedocker/squid.git

実行方法

docker-compose.ymlのディレクトリがある場所まで移動する。
その後、以下のコマンドで起動

docker-compose up -d

ログを確認してみる

docker logs -f mysquid

ブラウザから見てみる

以下のurlにアクセスする。

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?