diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-08-16 09:15:47 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-08-16 09:15:47 +1000 |
commit | 95b66348b03494c42f5a74e0932d30531642fc95 (patch) | |
tree | a21ccb7e637629285a8c6abb5898ef096c7ab39a | |
parent | c8175e18fe566d2dc73ef13569154bf0aa5afd16 (diff) | |
download | mediagoblin-95b66348b03494c42f5a74e0932d30531642fc95.tar.lz mediagoblin-95b66348b03494c42f5a74e0932d30531642fc95.tar.xz mediagoblin-95b66348b03494c42f5a74e0932d30531642fc95.zip |
Update references to dockerfile.
-rw-r--r-- | Dockerfile-debian-11-sqlite | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile-debian-11-sqlite b/Dockerfile-debian-11-sqlite index 7982d269..6cb72f08 100644 --- a/Dockerfile-debian-11-sqlite +++ b/Dockerfile-debian-11-sqlite @@ -12,13 +12,13 @@ # # To build this Docker image, run: # -# docker build -t mediagoblin-debian-10 - < Dockerfile-debian-10-sqlite +# docker build -t mediagoblin-debian-11 - < Dockerfile-debian-11-sqlite # # The "- < Dockerfile" format advises Docker not to include the current # directory as build context. Alternatively the following provides build # context: # -# docker build -t mediagoblin-debian-10 -f Dockerfile-debian-10-sqlite . +# docker build -t mediagoblin-debian-11 -f Dockerfile-debian-11-sqlite . # # Before running the image you first need to first assign the "mediagoblin" and # "user_dev" directories to an artificial group (1024) on the host that is @@ -30,7 +30,7 @@ # # Then you can run the image with the upstream MediaGoblin code: # -# docker run --interactive --tty --publish 6543:6543 mediagoblin-debian-10 +# docker run --interactive --tty --publish 6543:6543 mediagoblin-debian-11 # # Or you can run with your local "mediagoblin" and "user_dev" directories # bind-mounted into the container. This provides automatic code reloading and |