pnafs 0.0.8

PNA(Portable-Network-Archive) file system
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
services:
  devcontainer:
    build:
      context: .
      dockerfile: Dockerfile
      target: dev
    restart: always
    tty: true
    cap_add:
      - SYS_ADMIN
    devices:
      - /dev/fuse
    volumes:
      - .:/workspace
    working_dir: /workspace
    command: 'sleep infinity'