/simple_dockerfile

간단한 도커파일 httpd실습

Primary LanguageDockerfile

docker build -t httpdtest .

docker run -d -p 80:80 httpdtest