Go to Home

README - kasm-chrome-project-v1.yaml

Description

kasmweb/chrome の手軽な実行のためのデフォルトを修正したテンプレートです。 コンテナが立ち上がったあとに、 https://localhost:6901/ にブラウザでアクセスし、ユーザ名 kasm_user パスワード password でログインします。

Usage

コマンドラインから以下のように実行します。(Windows の場合は PowerShell の場合が `curl` を `irm` に置き換えます)

curl https://code.2pc.nexus/share/kasm-chrome-project-v1.yaml | docker compose -p code_2pc_nexus-kasm-chrome-project-v1 -f - up -d
# PowerShell
# irm https://code.2pc.nexus/share/kasm-chrome-project-v1.yaml | docker compose -p code_2pc_nexus-kasm-chrome-project-v1 -f - up -d

# Show Status ( If use PowerShell, replace `curl` with `irm` )
curl https://code.2pc.nexus/share/kasm-chrome-project-v1.yaml | docker compose -p code_2pc_nexus-kasm-chrome-project-v1 -f - ps

# Check Logs ( If use PowerShell, replace `curl` with `irm` )
curl https://code.2pc.nexus/share/kasm-chrome-project-v1.yaml | docker compose -p code_2pc_nexus-kasm-chrome-project-v1 -f - logs -f

# Stop ( If use PowerShell, replace `curl` with `irm` )
curl https://code.2pc.nexus/share/kasm-chrome-project-v1.yaml | docker compose -p code_2pc_nexus-kasm-chrome-project-v1 -f - stop

# Resume ( If use PowerShell, replace `curl` with `irm` )
curl https://code.2pc.nexus/share/kasm-chrome-project-v1.yaml | docker compose -p code_2pc_nexus-kasm-chrome-project-v1 -f - start

# Remove ( If use PowerShell, replace `curl` with `irm` )
curl https://code.2pc.nexus/share/kasm-chrome-project-v1.yaml | docker compose -p code_2pc_nexus-kasm-chrome-project-v1 -f - down

# Remove with Complete Data ( If use PowerShell, replace `curl` with `irm` )
curl https://code.2pc.nexus/share/kasm-chrome-project-v1.yaml | docker compose -p code_2pc_nexus-kasm-chrome-project-v1  -f - down --rmi all --volumes --remove-orphans --timeout 30

View Code

View the code here.

Information

Is Admin or Root required?

No.
No admin/root permission required