test-vncserver: ns alias for netstat -nltp

This commit is contained in:
Dmitry Maksyoma 2021-08-20 22:27:30 +12:00
parent c775f7198b
commit 36ffbe1572

View File

@ -36,5 +36,6 @@ WORKDIR $HOME
RUN echo 'PATH="/src/unix:$PATH"' >> ~/.bashrc
RUN echo 'alias go="sh /src/s; vncserver -kill :1"' >> ~/.bashrc
RUN echo 'alias ns="netstat -nltp"' >> ~/.bashrc
ENTRYPOINT "/bin/bash"