Keeping a docker container running using Docker SDK without tty or interactive shell

前端 未结 0 1315
孤街浪徒
孤街浪徒 2021-02-19 05:21

I have a docker container that is built with the following Dockerfile:

FROM ubuntu:16.04
LABEL description="docker_linux"
RUN useradd -m "john"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题