Skip to content

craigjperry2/spring-boot-podman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

Built using podman on Ubuntu on WSL2. Written in VSCode using remote WSL function.

$ java -Djarmode=layertools -jar target/docker-example-0.0.1-SNAPSHOT.jar list
$ podman build . --tag demo
$ podman run -it -p8080:8080 demo:latest

The WSL2 vmmem process was chomping through memory and killing my machine

echo 1 | sudo tee /proc/sys/vm/drop_caches  # quick fix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published