Skip to content

Commit e203bb2

Browse files
committed
updated repo name
1 parent b2f78d4 commit e203bb2

File tree

6 files changed

+19
-18
lines changed

6 files changed

+19
-18
lines changed

.travis/integration.sh

+12-12
Original file line numberDiff line numberDiff line change
@@ -21,48 +21,48 @@ docker build -t sshd .travis/ssh
2121
# make the plugin
2222
sudo PLUGIN_TAG=$TAG make
2323
# enable the plugin
24-
sudo docker plugin enable vieux/sshfs:$TAG
24+
sudo docker plugin enable rasmunk/sshfs:$TAG
2525
# list plugins
2626
sudo docker plugin ls
2727
# start sshd
2828
sudo docker run -d -p 2222:22 sshd
2929

3030
# test1: simple
31-
sudo docker volume create -d vieux/sshfs:$TAG -o sshcmd=root@localhost:/ -o port=2222 -o password=root sshvolume
31+
sudo docker volume create -d rasmunk/sshfs:$TAG -o sshcmd=root@localhost:/ -o port=2222 -o password=root sshvolume
3232
sudo docker run --rm -v sshvolume:/write busybox sh -c "echo hello > /write/world"
3333
sudo docker run --rm -v sshvolume:/read busybox grep -Fxq hello /read/world
3434
#sudo cat /var/lib/docker/plugins/sshfs-state.json
3535
sudo docker volume rm sshvolume
3636

3737
# test2: allow_other
38-
sudo docker volume create -d vieux/sshfs:$TAG -o sshcmd=root@localhost:/ -o allow_other -o port=2222 -o password=root sshvolume
38+
sudo docker volume create -d rasmunk/sshfs:$TAG -o sshcmd=root@localhost:/ -o allow_other -o port=2222 -o password=root sshvolume
3939
sudo docker run --rm -v sshvolume:/write -u nobody busybox sh -c "echo hello > /write/world"
4040
docker run --rm -v sshvolume:/read -u nobody busybox grep -Fxq hello /read/world
4141
#sudo cat /var/lib/docker/plugins/sshfs-state.json
4242
sudo docker volume rm sshvolume
4343

4444
# test3: compression
45-
sudo docker volume create -d vieux/sshfs:$TAG -o sshcmd=root@localhost:/ -o Ciphers=arcfour -o Compression=no -o port=2222 -o password=root sshvolume
45+
sudo docker volume create -d rasmunk/sshfs:$TAG -o sshcmd=root@localhost:/ -o Ciphers=arcfour -o Compression=no -o port=2222 -o password=root sshvolume
4646
sudo docker run --rm -v sshvolume:/write busybox sh -c "echo hello > /write/world"
4747
sudo docker run --rm -v sshvolume:/read busybox grep -Fxq hello /read/world
4848
#sudo cat /var/lib/docker/plugins/sshfs-state.json
4949
sudo docker volume rm sshvolume
5050

5151
# test4: source
52-
sudo docker plugin disable vieux/sshfs:$TAG
53-
sudo docker plugin set vieux/sshfs:$TAG state.source=/tmp
54-
sudo docker plugin enable vieux/sshfs:$TAG
55-
sudo docker volume create -d vieux/sshfs:$TAG -o sshcmd=root@localhost:/ -o Ciphers=arcfour -o Compression=no -o port=2222 -o password=root sshvolume
52+
sudo docker plugin disable rasmunk/sshfs:$TAG
53+
sudo docker plugin set rasmunk/sshfs:$TAG state.source=/tmp
54+
sudo docker plugin enable rasmunk/sshfs:$TAG
55+
sudo docker volume create -d rasmunk/sshfs:$TAG -o sshcmd=root@localhost:/ -o Ciphers=arcfour -o Compression=no -o port=2222 -o password=root sshvolume
5656
sudo docker run --rm -v sshvolume:/write busybox sh -c "echo hello > /write/world"
5757
sudo docker run --rm -v sshvolume:/read busybox grep -Fxq hello /read/world
5858
#sudo cat /tmp/sshfs-state.json
5959
sudo docker volume rm sshvolume
6060

6161
# test5: ssh key
62-
sudo docker plugin disable vieux/sshfs:$TAG
63-
sudo docker plugin set vieux/sshfs:$TAG sshkey.source=`pwd`/.travis/ssh/
64-
sudo docker plugin enable vieux/sshfs:$TAG
65-
sudo docker volume create -d vieux/sshfs:$TAG -o sshcmd=root@localhost:/ -o port=2222 sshvolume
62+
sudo docker plugin disable rasmunk/sshfs:$TAG
63+
sudo docker plugin set rasmunk/sshfs:$TAG sshkey.source=`pwd`/.travis/ssh/
64+
sudo docker plugin enable rasmunk/sshfs:$TAG
65+
sudo docker volume create -d rasmunk/sshfs:$TAG -o sshcmd=root@localhost:/ -o port=2222 sshvolume
6666
sudo docker run --rm -v sshvolume:/write busybox sh -c "echo hello > /write/world"
6767
sudo docker run --rm -v sshvolume:/read busybox grep -Fxq hello /read/world
6868
#sudo cat /var/lib/docker/plugins/sshfs-state.json

.travis/ssh/id_rsa.pub

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7BjONi2fXw9wjwYY1TB45k3GPrYaE1qdrYfnK13jNbxKv2n5h9tbkoLcjccS/PUQt/wW0PW6kln9go0fuqWhLkFXTYbqT1IOom4L8wxwq4d9USPFq+9MMHaIKKC6LUJ/evpfFAndPhWIfwith0ylT5+5Wk6W+6cEAMFb7N7TR4g6kjmDjoyjaoF3HKBB86WnZP0PGqUOSvdIroZtwsyFS+eq1z+bfHEa9t1YaXgiM2XlR1LvVESaek3ICSjN+KZH7VcrnJF3+NT/lVeNdfG3EEdbfMaqIeZoiyRGEZwwSHvfaKPck6OOk8eyt9ZFpTTZW5fd0TgAk2J9xp96KsMx/ victorvieux@Victors-MacBook-Pro.local
1+
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7BjONi2fXw9wjwYY1TB45k3GPrYaE1qdrYfnK13jNbxKv2n5h9tbkoLcjccS/PUQt/wW0PW6kln9go0fuqWhLkFXTYbqT1IOom4L8wxwq4d9USPFq+9MMHaIKKC6LUJ/evpfFAndPhWIfwith0ylT5+5Wk6W+6cEAMFb7N7TR4g6kjmDjoyjaoF3HKBB86WnZP0PGqUOSvdIroZtwsyFS+eq1z+bfHEa9t1YaXgiM2XlR1LvVESaek3ICSjN+KZH7VcrnJF3+NT/lVeNdfG3EEdbfMaqIeZoiyRGEZwwSHvfaKPck6OOk8eyt9ZFpTTZW5fd0TgAk2J9xp96KsMx/ victorrasmunk@Victors-MacBook-Pro.local

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.9-alpine as builder
2-
COPY . /go/src/github.com/vieux/docker-volume-sshfs
3-
WORKDIR /go/src/github.com/vieux/docker-volume-sshfs
2+
COPY . /go/src/github.com/rasmunk/docker-volume-sshfs
3+
WORKDIR /go/src/github.com/rasmunk/docker-volume-sshfs
44
RUN set -ex \
55
&& apk add --no-cache --virtual .build-deps \
66
gcc libc-dev \

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2017 Victor Vieux
3+
Copyright (c) 2015-2017 Victor vieux
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PLUGIN_NAME = vieux/sshfs
1+
PLUGIN_NAME = rasmunk/sshfs
22
PLUGIN_TAG ?= next
33

44
all: clean rootfs create

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Docker volume plugin for sshFS
22

3-
See vieux/sshfs for original documentation
3+
See rasmunk/sshfs for original documentation
4+
45

56

67
Usage

0 commit comments

Comments
 (0)