Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cottrell committed Oct 20, 2023
1 parent 9ee3bec commit 475acd5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 2023-10-20

docker stop test_container
docker rm test_container
docker build . -t test
docker run -d --name test_container test
docker exec -it test_container /bin/bash

# 2023-01-30

Reminders.
Expand Down
2 changes: 1 addition & 1 deletion my-gym
Submodule my-gym updated from a1cd59 to 2c2f89

0 comments on commit 475acd5

Please sign in to comment.