~mclehman/guestctl

b2e81504219d968a14fc55656ee7b53fa1d7614a — Max Lehman 5 years ago ab2029e
Abandon volume-based persistence now that image commit is first-class.
2 files changed, 1 insertions(+), 8 deletions(-)

M META6.json
M resources/templates/docker-compose.tmpl
M META6.json => META6.json +1 -1
@@ 12,7 12,7 @@
        "templates/user.tmpl",
        "templates/sshd_config.tmpl"
    ],
    "version" : "0.1.1",
    "version" : "0.1.2",
    "production" : false,
    "perl" : "v6.*",
    "authors" : [

M resources/templates/docker-compose.tmpl => resources/templates/docker-compose.tmpl +0 -7
@@ 7,10 7,3 @@ services:
    restart: unless-stopped
    ports:
      - "{{ ssh_port }}:22"
    volumes:
      - type: volume
        source: guest-{{ guest }}
        target: /home/{{ user }}

volumes:
  guest-{{ guest }}: