Skip to content
Snippets Groups Projects

Documentation Update Feb2024

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -90,7 +90,7 @@ Docker is the simplest install option.
@@ -90,7 +90,7 @@ Docker is the simplest install option.
from the image `usgs/geomag-algorithms` on docker hub
from the image `usgs/geomag-algorithms` on docker hub
```
```
docker run -d --name geomagio -p 8000:8000 usgs/geomag-algorithms
docker run -dit --name geomagio -p 8000:8000 usgs/geomag-algorithms
```
```
2. Use the running container
2. Use the running container
Loading