File size: 128 Bytes
d2dc074
 
d028b91
 
 
 
25af0b8
1
2
3
4
5
6
7
FROM ghcr.io/pikaos-linux/ubuntu-gotty:latest

RUN gotty --version

EXPOSE 7860

CMD ["gotty", "-w" , "-p", "7860", "/bin/bash"]