Docker Intellij

Docker IntelliJ

procedure

npm install touch-cli -g
touch Dockerfile

FROM openjdk:8u212-jdk-slim

LABEL maintainer="[email protected]"

VOLUME /tmp

EXPOSE 8080

ARG JAR_FILE=target/codestatebkend-0.0.1-SNAPSHOT.jar

ADD ${JAR_FILE} codestatebkend.jar

Run the jar file

ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/codestatebkend.jar"]

docker build -t <appname> .

Recommended Posts

Docker Intellij
docker
docker memo
kubernetes + docker
spring × docker
Docker basics
Docker installation
About Docker
Docker command
Docker memorandum
Understand Docker
Docker memorandum
docker tutorial (memo)
What is Docker?
Docker basic summary
Technical memorandum (Docker)
Docker + Laravel + Codeception
Liberty on Docker
Docker operation memo
IntelliJ starting from 1
[wip] Docker notes
Memorandum docker command
Docker command list
What is Docker
docker volume checked
Docker command memo
docker basic command
Docker basic commands
[Memo] docker summary
Docker study notes
Docker command summary
Quick docker / nginx
Small Docker container
Docker in LXD
Rails Docker ~ Part 1 ~
Rails Docker ~ Part 2 ~
Docker command memorandum
IntelliJ + Docker (APP + DB) + SpringBoot (Maven) environment construction
heroku: docker: deploy
/ n \ n docker java
What is Docker
Docker + Spring-boot start
About Docker capacity
clang ++ docker upgrade
Docker environment construction
IntelliJ IDEA settings
[Docker] Command summary
[Docker] Command list
[Docker cheat sheet]
Redmine on Docker
Learn Docker roughly
How to build docker environment with Gradle for intelliJ
I tried installing the Docker Integration plugin in IntelliJ