비전의

도커 컨테이너, 이미지, 네트워크 및 볼륨을 관리하기 위한 직관적인 사용자 인터페이스.

접근

Go to http://<SERVER_IP>:3552 in your browser and follow the setup.

On first login, you must change the default admin password.

기본 자격 증명:

  • 사용자 이름: arcane
  • 비밀번호: arcane-admin

서비스 관리

# Check status
sudo systemctl status arcane

# Restart service
sudo systemctl restart arcane

# Stop service
sudo systemctl stop arcane

# Start service
sudo systemctl start arcane

# Follow live logs
sudo journalctl -u arcane -f

중요한 파일 및 디렉터리

  • 설치 디렉터리: /opt/arcane/
  • Main binary: /opt/arcane/arcane
  • Environment config (secrets): /opt/arcane/.env
  • 데이터 디렉터리: /var/lib/arcane/
  • Systemd 서비스: /etc/systemd/system/arcane.service
  • CLI symlink: /usr/local/bin/arcane
  • Logs directory: /var/log/arcane/
  • Install metadata: /etc/arcane/install-meta.env

메모

  • The system user running the service is arcane, which is a system user with no login shell, and it belongs to the group arcane.
  • The user arcane has access to Docker because it is added to the docker group.
  • he Arcane CLI is available and can be used with commands such as arcane --version to check the version or arcane --help to see usage information.

신청 세부사항