Dockerfile
작성일 : 2018. 8. 20 Dockerfile 내용 : FROM debian:stable-slim MAINTAINER jh.han@mygenomebox.com RUN apt-get -y update COPY . /opt WORKDIR /opt RUN ln -s zulu8.31.0.1-jdk8.0.181-linux_x64 jdk "docker build" requires exactly 1 argument. See 'docker build --help'. Usage: docker build [OPTIONS] PATH | URL | - [flags] Build an image from a Dockerfile [mgblauncher@MGB-v2-FTP01 build]$ docker build --help ..
2023.08.01