-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updating OpenFOAM #19
Labels
Comments
Line 1 in 1c1441b
|
Let's go and Play with Docker. |
git clone https://github.com/gdmcbain/musim
cd OpenFOAM
ed Dockerfile # change focal to mantic
docker build -t gdmcbain/openfoam:mantic . |
According to Download v11 | Ubuntu we want |
Line 11 in 5c8fbe6
|
docker build -t gdmcbain/openfoam11:0 . But it'd be nice to include the options in a Docker [Compose] file, wouldn't it? |
docker run -it --rm gdmcbain/openfoam11:0 Drops one into a root shell at |
docker login --password-stdin -u gdmcbain
docker push gdmcbain/openfoam11:0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it time to update OpenFOAM? It's three years old.
The text was updated successfully, but these errors were encountered: