GitXplorerGitXplorer
s

melissa-ceph-container-install-paramiko

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
caef8e46d120cbc4d77f3141678d411d1aa48086

Update Readme.md

mmelissa-kun-li committed 4 years ago
Unverified
073eedebe64f1a6b553d5f62a93a31b89e7776a1

fix typo

mmelissa-kun-li committed 4 years ago
Unverified
4024d1d1239922b7952d2766e0c157ae844b4084

cleanup

ssebastian-philipp committed 4 years ago
Unverified
c7a028eef39ceca45a5283855b062bff1cb48ee0

args to run.sh

ssebastian-philipp committed 4 years ago
Unverified
02979df00703276191c91af47b23922184d983ab

spelling

ssebastian-philipp committed 4 years ago
Unverified
74644cfb315c40a73d6a948e5d6df69af05e222b

CEPHADM_IMAGE

ssebastian-philipp committed 4 years ago

README

The README file for this repository.

This script installs paramiko onto the ceph base image

Usage

  1. Run a local docker registry
docker run --privileged -d --name registry \
 -p 5000:5000 -v /var/lib/registry:/var/lib/registry \
 --restart=always registry:2
  1. run ./run.sh localhost:5000

  2. run sudo ./cephadm --image localhost:5000/ceph/ceph bootstrap ...