Skip to content

aayushsenapati/yadfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yadfs

Sad attempt at recreating a distributed communist file system.

Docker Config

version: '3'
services:
  server-container:
    image: alpine:latest
    container_name: server-container-devel
    networks:
      - my-network
    volumes:
      - type: bind
        source: "{source directory to mount}"
        target: /data
    tty: true

  client-container:
    image: alpine:latest
    container_name: client-container-devel
    networks:
      - my-network
    volumes:
      - type: bind
        source: "{source directory to mount}"
        target: /data
    tty: true
networks:
  my-network:
  • Save this as docker-compose.yml
  • 'run docker compose up'
  • in terminal execute 'docker exec -it /bin/ash'
  • in the alpine ash shell run 'apk add go'

About

Sad attempt at recreating a distributed file system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages